#5757BE

Color #5757BE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5757BE

Tints of Rich Blue #5757BE

Color information

#5757BE (or 0x5757BE) is unknown color: approx Rich Blue. HEX triplet: 57, 57 and BE. RGB value is (87,87,190). Sum of RGB (Red+Green+Blue) = 87+87+190=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #5757BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5757BE is #A8A841. Grayscale: #626262. Windows color (decimal): -11053122 or 12474199. OLE color: 12474199.

HSL color Cylindrical-coordinate representation of color #5757BE: hue angle of 240º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5757BE is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8787190-
CMYK0.540.5400.25
HSL240º44.21%54.31%-
HSV(B)240º54.21%74.51%-
XYZ16.6312.5650.26-
YUV98.74179.5119.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=23.90%
G=23.90%
B=52.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87871900.540.5400.2524044.2154.31
Hex5757BE3636019f02c36
Octal12712727666660313605466
Binary101011110101111011111011011011011001100111110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5757BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5757BE; }

 p { color: rgb(87,87,190); }

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

<style>
 a { background-color: #5757BE; }

 a { background-color: rgb(87,87,190); }

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

<style>
 span { border-color: #5757BE; }

 span { border-color: rgb(87,87,190); }

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