#575EA1

Color #575EA1 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #575EA1

Tints of Governor Bay #575EA1

Color information

#575EA1 (or 0x575EA1) is unknown color: approx Governor Bay. HEX triplet: 57, 5E and A1. RGB value is (87,94,161). Sum of RGB (Red+Green+Blue) = 87+94+161=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #575EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575EA1 is #A8A15E. Grayscale: #636363. Windows color (decimal): -11051359 or 10575447. OLE color: 10575447.

HSL color Cylindrical-coordinate representation of color #575EA1: hue angle of 234.32º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #575EA1 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8794161-
CMYK0.460.4200.37
HSL234.32º29.84%48.63%-
HSV(B)234.32º45.96%63.14%-
XYZ14.3712.635.39-
YUV99.54162.68119.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 161 (63.28% from 255) = 47.08%
R=25.44%
G=27.49%
B=47.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87941610.460.4200.37234.3229.8448.63
Hex575EA12E2A025ea1e31
Octal12713624156520453523661
Binary101011110111101010000110111010101001001011110101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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