#575EA0

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

Shades of Governor Bay #575EA0

Tints of Governor Bay #575EA0

Color information

#575EA0 (or 0x575EA0) is unknown color: approx Governor Bay. HEX triplet: 57, 5E and A0. RGB value is (87,94,160). Sum of RGB (Red+Green+Blue) = 87+94+160=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #575EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575EA0 is #A8A15F. Grayscale: #636363. Windows color (decimal): -11051360 or 10509911. OLE color: 10509911.

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

Color convert

RGB8794160-
CMYK0.460.4100.37
HSL234.25º29.55%48.43%-
HSV(B)234.25º45.63%62.75%-
XYZ14.2812.5734.93-
YUV99.43162.18119.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 160 (62.89% from 255) = 46.92%
R=25.51%
G=27.57%
B=46.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87941600.460.4100.37234.2529.5548.43
Hex575EA02E29025ea1e30
Octal12713624056510453523660
Binary101011110111101010000010111010100101001011110101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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