#575DBB

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

Shades of Rich Blue #575DBB

Tints of Rich Blue #575DBB

Color information

#575DBB (or 0x575DBB) is unknown color: approx Rich Blue. HEX triplet: 57, 5D and BB. RGB value is (87,93,187). Sum of RGB (Red+Green+Blue) = 87+93+187=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #575DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DBB is #A8A244. Grayscale: #656565. Windows color (decimal): -11051589 or 12279127. OLE color: 12279127.

HSL color Cylindrical-coordinate representation of color #575DBB: hue angle of 236.4º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575DBB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8793187-
CMYK0.530.5000.27
HSL236.4º42.37%53.73%-
HSV(B)236.4º53.48%73.33%-
XYZ16.8113.4448.72-
YUV101.92176.01117.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.71%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=23.71%
G=25.34%
B=50.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87931870.530.5000.27236.442.3753.73
Hex575DBB353201Bec2a36
Octal12713527365620333545266
Binary101011110111011011101111010111001001101111101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,93,187); }

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

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

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

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

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

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

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