Html Css Color HEX #575889 Governor Bay

📋 copy color: '#575889'

red 87 ◦ green 88 ◦ blue 137

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

Shades of Governor Bay #575889

Tints of Governor Bay #575889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.91%

R = 27.88%
G = 28.21%
B = 43.91%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#575889 (or 0x575889) is known color: Governor Bay. HEX triplet: 57, 58 and 89. RGB value is (87,88,137). Sum of RGB (Red+Green+Blue) = 87+88+137=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #575889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575889 is #A8A776. Grayscale: #5D5D5D. Windows color (decimal): -11052919 or 9001047. OLE color: 9001047.

HSL color Cylindrical-coordinate representation of color #575889: hue angle of 238.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575889 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 88 137 -
CMYK 0.36 0.36 0 0.46
HSL 238.8º 0.22% 0.44% -
HSV(B) 238.8º 0.36% 0.54% -
XYZ 11.94 10.81 25.12 -
YUV 93.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 87 88 137 0.36 0.36 0 0.46 238.8 0.22 0.44
Hex 57 58 89 24 24 0 2E EF 16 2C
Octal 127 130 211 44 44 0 56 357 26 54
Binary 1010111 1011000 10001001 100100 100100 0 101110 11101111 10110 101100

Color Harmonies of #575889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575889

Black with #575889

Text Example


Text Example

White with #575889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575889; }

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

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

background-color css

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

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

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

border-color css

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

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

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