#5153D3

Color #5153D3 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5153D3

Tints of Free Speech Blue #5153D3

Color information

#5153D3 (or 0x5153D3) is unknown color: approx Free Speech Blue. HEX triplet: 51, 53 and D3. RGB value is (81,83,211). Sum of RGB (Red+Green+Blue) = 81+83+211=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 211 (82.81% from 255 or 56.27% from 375); Max value from RGB is 211 - color contains mainly: blue. Hex color #5153D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5153D3 is #AEAC2C. Grayscale: #606060. Windows color (decimal): -11447341 or 13849425. OLE color: 13849425.

HSL color Cylindrical-coordinate representation of color #5153D3: hue angle of 239.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5153D3 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8183211-
CMYK0.620.6100.17
HSL239.08º59.63%57.25%-
HSV(B)239.08º61.61%82.75%-
XYZ18.2412.6463.11-
YUV96.99192.34116.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 211 (82.81% from 255) = 56.27%
R=21.6%
G=22.13%
B=56.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal81832110.620.6100.17239.0859.6357.25
Hex5153D33E3D011ef3c39
Octal12112332376750213577471
Binary101000110100111101001111111011110101000111101111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5153D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5153D3; }

 p { color: rgb(81,83,211); }

 H1.HeaderClassName
 {
   color: #5153D3;
 }
 .AnyTagClassName
 {
   color: #5153D3;
 }
</style>
background-color css

<style>
 a { background-color: #5153D3; }

 a { background-color: rgb(81,83,211); }

 div.DivClassName
 {
   background-color: #5153D3;
 }
 .BgClassName
 {
   background-color: #5153D3;
 }
</style>
border-color css

<style>
 span { border-color: #5153D3; }

 span { border-color: rgb(81,83,211); }

 td.TdClassName
 {
   border-color: #5153D3;
 }
 .TagClassName
 {
   border-color: #5153D3;
 }
</style>