#575CBB

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

Shades of Rich Blue #575CBB

Tints of Rich Blue #575CBB

Color information

#575CBB (or 0x575CBB) is unknown color: approx Rich Blue. HEX triplet: 57, 5C and BB. RGB value is (87,92,187). Sum of RGB (Red+Green+Blue) = 87+92+187=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #575CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CBB is #A8A344. Grayscale: #646464. Windows color (decimal): -11051845 or 12278871. OLE color: 12278871.

HSL color Cylindrical-coordinate representation of color #575CBB: hue angle of 237º 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 #575CBB is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8792187-
CMYK0.530.5100.27
HSL237º42.37%53.73%-
HSV(B)237º53.48%73.33%-
XYZ16.7313.2748.69-
YUV101.34176.34117.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=23.77%
G=25.14%
B=51.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87921870.530.5100.2723742.3753.73
Hex575CBB353301Bed2a36
Octal12713427365630333555266
Binary101011110111001011101111010111001101101111101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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