Html Css Color HEX #575689 Governor Bay

📋 copy color: '#575689'

red 87 ◦ green 86 ◦ blue 137

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

Shades of Governor Bay #575689

Tints of Governor Bay #575689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 28.06%
G = 27.74%
B = 44.19%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#575689 (or 0x575689) is known color: Governor Bay. HEX triplet: 57, 56 and 89. RGB value is (87,86,137). Sum of RGB (Red+Green+Blue) = 87+86+137=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #575689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575689 is #A8A976. Grayscale: #5B5B5B. Windows color (decimal): -11053431 or 9000535. OLE color: 9000535.

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

Color convert

RGB 87 86 137 -
CMYK 0.36 0.37 0 0.46
HSL 241.18º 0.23% 0.44% -
HSV(B) 241.18º 0.37% 0.54% -
XYZ 11.77 10.49 25.07 -
YUV 92.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 87 86 137 0.36 0.37 0 0.46 241.18 0.23 0.44
Hex 57 56 89 24 25 0 2E F1 17 2C
Octal 127 126 211 44 45 0 56 361 27 54
Binary 1010111 1010110 10001001 100100 100101 0 101110 11110001 10111 101100

Color Harmonies of #575689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575689

Black with #575689

Text Example


Text Example

White with #575689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575689; }

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

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

background-color css

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

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

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

border-color css

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

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

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