#575FBE

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

Shades of Rich Blue #575FBE

Tints of Rich Blue #575FBE

Color information

#575FBE (or 0x575FBE) is unknown color: approx Rich Blue. HEX triplet: 57, 5F and BE. RGB value is (87,95,190). Sum of RGB (Red+Green+Blue) = 87+95+190=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #575FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FBE is #A8A041. Grayscale: #676767. Windows color (decimal): -11051074 or 12476247. OLE color: 12476247.

HSL color Cylindrical-coordinate representation of color #575FBE: hue angle of 235.34º 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 #575FBE is Cyan = 0.54, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8795190-
CMYK0.540.500.25
HSL235.34º44.21%54.31%-
HSV(B)235.34º54.21%74.51%-
XYZ17.3213.9350.49-
YUV103.44176.85116.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.39%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 190 (74.61% from 255) = 51.08%
R=23.39%
G=25.54%
B=51.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87951900.540.500.25235.3444.2154.31
Hex575FBE3632019eb2c36
Octal12713727666620313535466
Binary101011110111111011111011011011001001100111101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575FBE; }

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

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

<style>
 a { background-color: #575FBE; }

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

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

<style>
 span { border-color: #575FBE; }

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

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