#575EB9

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

Shades of Rich Blue #575EB9

Tints of Rich Blue #575EB9

Color information

#575EB9 (or 0x575EB9) is unknown color: approx Rich Blue. HEX triplet: 57, 5E and B9. RGB value is (87,94,185). Sum of RGB (Red+Green+Blue) = 87+94+185=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #575EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EB9 is #A8A146. Grayscale: #656565. Windows color (decimal): -11051335 or 12148311. OLE color: 12148311.

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

Color convert

RGB8794185-
CMYK0.530.4900.27
HSL235.71º41.18%53.33%-
HSV(B)235.71º52.97%72.55%-
XYZ16.6913.5347.63-
YUV102.28174.68117.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 185 (72.66% from 255) = 50.55%
R=23.77%
G=25.68%
B=50.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87941850.530.4900.27235.7141.1853.33
Hex575EB9353101Bec2935
Octal12713627165610333545165
Binary101011110111101011100111010111000101101111101100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,94,185); }

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

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

 a { background-color: rgb(87,94,185); }

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

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

 span { border-color: rgb(87,94,185); }

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