#575D8A

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

Shades of Governor Bay #575D8A

Tints of Governor Bay #575D8A

Color information

#575D8A (or 0x575D8A) is unknown color: approx Governor Bay. HEX triplet: 57, 5D and 8A. RGB value is (87,93,138). Sum of RGB (Red+Green+Blue) = 87+93+138=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #575D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D8A is #A8A275. Grayscale: #606060. Windows color (decimal): -11051638 or 9067863. OLE color: 9067863.

HSL color Cylindrical-coordinate representation of color #575D8A: hue angle of 232.94º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575D8A is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8793138-
CMYK0.370.3300.46
HSL232.94º22.67%44.12%-
HSV(B)232.94º36.96%54.12%-
XYZ12.4311.6925.65-
YUV96.34151.51121.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 93 (36.72% from 255) = 29.25%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=27.36%
G=29.25%
B=43.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87931380.370.3300.46232.9422.6744.12
Hex575D8A252102Ee9172c
Octal12713521245410563512754
Binary101011110111011000101010010110000101011101110100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,93,138); }

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

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

 a { background-color: rgb(87,93,138); }

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

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

 span { border-color: rgb(87,93,138); }

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