Html Css Color HEX #575A89 Governor Bay

📋 copy color: '#575A89'

red 87 ◦ green 90 ◦ blue 137

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

Shades of Governor Bay #575A89

Tints of Governor Bay #575A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

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

R = 27.71%
G = 28.66%
B = 43.63%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#575A89 (or 0x575A89) is known color: Governor Bay. HEX triplet: 57, 5A and 89. RGB value is (87,90,137). Sum of RGB (Red+Green+Blue) = 87+90+137=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #575A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A89 is #A8A576. Grayscale: #5E5E5E. Windows color (decimal): -11052407 or 9001559. OLE color: 9001559.

HSL color Cylindrical-coordinate representation of color #575A89: hue angle of 236.4º 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 #575A89 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 90 137 -
CMYK 0.36 0.34 0 0.46
HSL 236.4º 0.22% 0.44% -
HSV(B) 236.4º 0.36% 0.54% -
XYZ 12.1 11.14 25.18 -
YUV 94.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 87 90 137 0.36 0.34 0 0.46 236.4 0.22 0.44
Hex 57 5A 89 24 22 0 2E EC 16 2C
Octal 127 132 211 44 42 0 56 354 26 54
Binary 1010111 1011010 10001001 100100 100010 0 101110 11101100 10110 101100

Color Harmonies of #575A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A89

Black with #575A89

Text Example


Text Example

White with #575A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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