#575E86

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

Shades of Governor Bay #575E86

Tints of Governor Bay #575E86

Color information

#575E86 (or 0x575E86) is unknown color: approx Governor Bay. HEX triplet: 57, 5E and 86. RGB value is (87,94,134). Sum of RGB (Red+Green+Blue) = 87+94+134=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #575E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E86 is #A8A179. Grayscale: #606060. Windows color (decimal): -11051386 or 8805975. OLE color: 8805975.

HSL color Cylindrical-coordinate representation of color #575E86: hue angle of 231.06º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #575E86 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8794134-
CMYK0.350.3000.47
HSL231.06º21.27%43.33%-
HSV(B)231.06º35.07%52.55%-
XYZ12.2411.7524.18-
YUV96.47149.18121.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=27.62%
G=29.84%
B=42.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87941340.350.3000.47231.0621.2743.33
Hex575E86231E02Fe7152b
Octal12713620643360573472553
Binary10101111011110100001101000111111001011111110011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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