#575BBB

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

Shades of Rich Blue #575BBB

Tints of Rich Blue #575BBB

Color information

#575BBB (or 0x575BBB) is unknown color: approx Rich Blue. HEX triplet: 57, 5B and BB. RGB value is (87,91,187). Sum of RGB (Red+Green+Blue) = 87+91+187=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #575BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BBB is #A8A444. Grayscale: #646464. Windows color (decimal): -11052101 or 12278615. OLE color: 12278615.

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

Color convert

RGB8791187-
CMYK0.530.5100.27
HSL237.6º42.37%53.73%-
HSV(B)237.6º53.48%73.33%-
XYZ16.6413.148.66-
YUV100.75176.67118.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=23.84%
G=24.93%
B=51.23%

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
Decimal87911870.530.5100.27237.642.3753.73
Hex575BBB353301Bee2a36
Octal12713327365630333565266
Binary101011110110111011101111010111001101101111101110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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