Html Css Color HEX #575998 Governor Bay

📋 copy color: '#575998'

red 87 ◦ green 89 ◦ blue 152

#575998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #575998

Tints of Governor Bay #575998

RGB

 RED value IS 87 (34.38% from 255) = 26.52%

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 152 (59.77% from 255) = 46.34%

R = 26.52%
G = 27.13%
B = 46.34%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#575998 (or 0x575998) is known color: Governor Bay. HEX triplet: 57, 59 and 98. RGB value is (87,89,152). Sum of RGB (Red+Green+Blue) = 87+89+152=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #575998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575998 is #A8A667. Grayscale: #5F5F5F. Windows color (decimal): -11052648 or 9984343. OLE color: 9984343.

HSL color Cylindrical-coordinate representation of color #575998: hue angle of 238.15º 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 #575998 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 89 152 -
CMYK 0.43 0.41 0 0.40
HSL 238.15º 0.27% 0.47% -
HSV(B) 238.15º 0.43% 0.6% -
XYZ 13.17 11.44 31.22 -
YUV 95.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 87 89 152 0.43 0.41 0 0.40 238.15 0.27 0.47
Hex 57 59 98 2B 29 0 28 EE 1B 2F
Octal 127 131 230 53 51 0 50 356 33 57
Binary 1010111 1011001 10011000 101011 101001 0 101000 11101110 11011 101111

Color Harmonies of #575998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575998

Black with #575998

Text Example


Text Example

White with #575998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575998; }

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

 H1.HeaderClassName
 {
   color: #575998;
 }
 .AnyTagClassName
 {
   color: #575998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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