Html Css Color HEX #575B89 Governor Bay

📋 copy color: '#575B89'

red 87 ◦ green 91 ◦ blue 137

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

Shades of Governor Bay #575B89

Tints of Governor Bay #575B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.89%

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

R = 27.62%
G = 28.89%
B = 43.49%

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

#575B89 (or 0x575B89) is known color: Governor Bay. HEX triplet: 57, 5B and 89. RGB value is (87,91,137). Sum of RGB (Red+Green+Blue) = 87+91+137=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #575B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B89 is #A8A476. Grayscale: #5E5E5E. Windows color (decimal): -11052151 or 9001815. OLE color: 9001815.

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

Color convert

RGB 87 91 137 -
CMYK 0.36 0.34 0 0.46
HSL 235.2º 0.22% 0.44% -
HSV(B) 235.2º 0.36% 0.54% -
XYZ 12.19 11.31 25.21 -
YUV 95.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 87 91 137 0.36 0.34 0 0.46 235.2 0.22 0.44
Hex 57 5B 89 24 22 0 2E EB 16 2C
Octal 127 133 211 44 42 0 56 353 26 54
Binary 1010111 1011011 10001001 100100 100010 0 101110 11101011 10110 101100

Color Harmonies of #575B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B89

Black with #575B89

Text Example


Text Example

White with #575B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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