#575B98

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

Shades of Governor Bay #575B98

Tints of Governor Bay #575B98

Color information

#575B98 (or 0x575B98) is unknown color: approx Governor Bay. HEX triplet: 57, 5B and 98. RGB value is (87,91,152). Sum of RGB (Red+Green+Blue) = 87+91+152=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #575B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B98 is #A8A467. Grayscale: #606060. Windows color (decimal): -11052136 or 9984855. OLE color: 9984855.

HSL color Cylindrical-coordinate representation of color #575B98: hue angle of 236.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #575B98 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8791152-
CMYK0.430.4000.40
HSL236.31º27.2%46.86%-
HSV(B)236.31º42.76%59.61%-
XYZ13.3411.7831.28-
YUV96.76159.17121.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 152 (59.77% from 255) = 46.06%
R=26.36%
G=27.58%
B=46.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87911520.430.4000.40236.3127.246.86
Hex575B982B28028ec1b2f
Octal12713323053500503543357
Binary101011110110111001100010101110100001010001110110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,91,152); }

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

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

 a { background-color: rgb(87,91,152); }

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

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

 span { border-color: rgb(87,91,152); }

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