#5158DB

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

Shades of Free Speech Blue #5158DB

Tints of Free Speech Blue #5158DB

Color information

#5158DB (or 0x5158DB) is unknown color: approx Free Speech Blue. HEX triplet: 51, 58 and DB. RGB value is (81,88,219). Sum of RGB (Red+Green+Blue) = 81+88+219=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #5158DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5158DB is #AEA724. Grayscale: #646464. Windows color (decimal): -11446053 or 14374993. OLE color: 14374993.

HSL color Cylindrical-coordinate representation of color #5158DB: hue angle of 236.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5158DB is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8188219-
CMYK0.630.6000.14
HSL236.96º65.71%58.82%-
HSV(B)236.96º63.01%85.88%-
XYZ19.6713.8468.65-
YUV100.84194.68113.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 219 (85.94% from 255) = 56.44%
R=20.88%
G=22.68%
B=56.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81882190.630.6000.14236.9665.7158.82
Hex5158DB3F3C0Eed423b
Octal121130333777401635510273
Binary101000110110001101101111111111110001110111011011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5158DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5158DB; }

 p { color: rgb(81,88,219); }

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

<style>
 a { background-color: #5158DB; }

 a { background-color: rgb(81,88,219); }

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

<style>
 span { border-color: #5158DB; }

 span { border-color: rgb(81,88,219); }

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