Html Css Color HEX #575789 Governor Bay

📋 copy color: '#575789'

red 87 ◦ green 87 ◦ blue 137

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

Shades of Governor Bay #575789

Tints of Governor Bay #575789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

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

R = 27.97%
G = 27.97%
B = 44.05%

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

#575789 (or 0x575789) is known color: Governor Bay. HEX triplet: 57, 57 and 89. RGB value is (87,87,137). Sum of RGB (Red+Green+Blue) = 87+87+137=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #575789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575789 is #A8A876. Grayscale: #5C5C5C. Windows color (decimal): -11053175 or 9000791. OLE color: 9000791.

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

Color convert

RGB 87 87 137 -
CMYK 0.36 0.36 0 0.46
HSL 240º 0.22% 0.44% -
HSV(B) 240º 0.36% 0.54% -
XYZ 11.85 10.65 25.1 -
YUV 92.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 87 87 137 0.36 0.36 0 0.46 240 0.22 0.44
Hex 57 57 89 24 24 0 2E F0 16 2C
Octal 127 127 211 44 44 0 56 360 26 54
Binary 1010111 1010111 10001001 100100 100100 0 101110 11110000 10110 101100

Color Harmonies of #575789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575789

Black with #575789

Text Example


Text Example

White with #575789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575789; }

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

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

background-color css

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

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

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

border-color css

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

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

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