Html Css Color HEX #585789 Governor Bay

📋 copy color: '#585789'

red 88 ◦ green 87 ◦ blue 137

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

Shades of Governor Bay #585789

Tints of Governor Bay #585789

RGB

 RED value IS 88 (34.77% from 255) = 28.21%

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

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

R = 28.21%
G = 27.88%
B = 43.91%

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

#585789 (or 0x585789) is known color: Governor Bay. HEX triplet: 58, 57 and 89. RGB value is (88,87,137). Sum of RGB (Red+Green+Blue) = 88+87+137=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #585789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585789 is #A7A876. Grayscale: #5C5C5C. Windows color (decimal): -10987639 or 9000792. OLE color: 9000792.

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

Color convert

RGB 88 87 137 -
CMYK 0.36 0.36 0 0.46
HSL 241.2º 0.22% 0.44% -
HSV(B) 241.2º 0.36% 0.54% -
XYZ 11.95 10.7 25.1 -
YUV 93 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 88 87 137 0.36 0.36 0 0.46 241.2 0.22 0.44
Hex 58 57 89 24 24 0 2E F1 16 2C
Octal 130 127 211 44 44 0 56 361 26 54
Binary 1011000 1010111 10001001 100100 100100 0 101110 11110001 10110 101100

Color Harmonies of #585789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585789

Black with #585789

Text Example


Text Example

White with #585789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585789; }

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

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

background-color css

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

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

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

border-color css

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

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

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