Html Css Color HEX #575899 Governor Bay

📋 copy color: '#575899'

red 87 ◦ green 88 ◦ blue 153

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

Shades of Governor Bay #575899

Tints of Governor Bay #575899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 26.52%
G = 26.83%
B = 46.65%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#575899 (or 0x575899) is known color: Governor Bay. HEX triplet: 57, 58 and 99. RGB value is (87,88,153). Sum of RGB (Red+Green+Blue) = 87+88+153=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #575899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575899 is #A8A766. Grayscale: #5E5E5E. Windows color (decimal): -11052903 or 10049623. OLE color: 10049623.

HSL color Cylindrical-coordinate representation of color #575899: hue angle of 239.09º degrees, saturation: 0.28, 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 #575899 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 88 153 -
CMYK 0.43 0.42 0 0.4
HSL 239.09º 0.28% 0.47% -
HSV(B) 239.09º 0.43% 0.6% -
XYZ 13.17 11.31 31.63 -
YUV 95.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 87 88 153 0.43 0.42 0 0.4 239.09 0.28 0.47
Hex 57 58 99 2B 2A 0 28 EF 1C 2F
Octal 127 130 231 53 52 0 50 357 34 57
Binary 1010111 1011000 10011001 101011 101010 0 101000 11101111 11100 101111

Color Harmonies of #575899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575899

Black with #575899

Text Example


Text Example

White with #575899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575899; }

 p { color: rgb(87,88,153); }

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

background-color css

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

 a { background-color: rgb(87,88,153); }

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

border-color css

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

 span { border-color: rgb(87,88,153); }

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