#575FBF

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

Shades of Rich Blue #575FBF

Tints of Rich Blue #575FBF

Color information

#575FBF (or 0x575FBF) is unknown color: approx Rich Blue. HEX triplet: 57, 5F and BF. RGB value is (87,95,191). Sum of RGB (Red+Green+Blue) = 87+95+191=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #575FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FBF is #A8A040. Grayscale: #676767. Windows color (decimal): -11051073 or 12541783. OLE color: 12541783.

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

Color convert

RGB8795191-
CMYK0.540.5000.25
HSL235.38º44.83%54.51%-
HSV(B)235.38º54.45%74.9%-
XYZ17.4313.9751.07-
YUV103.55177.35116.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 191 (75% from 255) = 51.21%
R=23.32%
G=25.47%
B=51.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87951910.540.5000.25235.3844.8354.51
Hex575FBF3632019eb2d37
Octal12713727766620313535567
Binary101011110111111011111111011011001001100111101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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