Html Css Color HEX #575D89 Governor Bay

📋 copy color: '#575D89'

red 87 ◦ green 93 ◦ blue 137

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

Shades of Governor Bay #575D89

Tints of Governor Bay #575D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.34%

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

R = 27.44%
G = 29.34%
B = 43.22%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#575D89 (or 0x575D89) is known color: Governor Bay. HEX triplet: 57, 5D and 89. RGB value is (87,93,137). Sum of RGB (Red+Green+Blue) = 87+93+137=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #575D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D89 is #A8A276. Grayscale: #606060. Windows color (decimal): -11051639 or 9002327. OLE color: 9002327.

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

Color convert

RGB 87 93 137 -
CMYK 0.36 0.32 0 0.46
HSL 232.8º 0.22% 0.44% -
HSV(B) 232.8º 0.36% 0.54% -
XYZ 12.36 11.66 25.27 -
YUV 96.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 87 93 137 0.36 0.32 0 0.46 232.8 0.22 0.44
Hex 57 5D 89 24 20 0 2E E9 16 2C
Octal 127 135 211 44 40 0 56 351 26 54
Binary 1010111 1011101 10001001 100100 100000 0 101110 11101001 10110 101100

Color Harmonies of #575D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D89

Black with #575D89

Text Example


Text Example

White with #575D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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