#575994

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

Shades of Governor Bay #575994

Tints of Governor Bay #575994

Color information

#575994 (or 0x575994) is unknown color: approx Governor Bay. HEX triplet: 57, 59 and 94. RGB value is (87,89,148). Sum of RGB (Red+Green+Blue) = 87+89+148=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #575994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575994 is #A8A66B. Grayscale: #5E5E5E. Windows color (decimal): -11052652 or 9722199. OLE color: 9722199.

HSL color Cylindrical-coordinate representation of color #575994: hue angle of 238.03º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #575994 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8789148-
CMYK0.410.4000.42
HSL238.03º25.96%46.08%-
HSV(B)238.03º41.22%58.04%-
XYZ12.8511.3129.52-
YUV95.13157.84122.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=26.85%
G=27.47%
B=45.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87891480.410.4000.42238.0325.9646.08
Hex575994292802Aee1a2e
Octal12713122451500523563256
Binary101011110110011001010010100110100001010101110111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575994; }

 p { color: rgb(87,89,148); }

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

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

 a { background-color: rgb(87,89,148); }

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

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

 span { border-color: rgb(87,89,148); }

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