Html Css Color HEX #585889 Governor Bay

📋 copy color: '#585889'

red 88 ◦ green 88 ◦ blue 137

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

Shades of Governor Bay #585889

Tints of Governor Bay #585889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

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

R = 28.12%
G = 28.12%
B = 43.77%

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

#585889 (or 0x585889) is known color: Governor Bay. HEX triplet: 58, 58 and 89. RGB value is (88,88,137). Sum of RGB (Red+Green+Blue) = 88+88+137=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #585889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585889 is #A7A776. Grayscale: #5D5D5D. Windows color (decimal): -10987383 or 9001048. OLE color: 9001048.

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

Color convert

RGB 88 88 137 -
CMYK 0.36 0.36 0 0.46
HSL 240º 0.22% 0.44% -
HSV(B) 240º 0.36% 0.54% -
XYZ 12.03 10.86 25.13 -
YUV 93.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 88 88 137 0.36 0.36 0 0.46 240 0.22 0.44
Hex 58 58 89 24 24 0 2E F0 16 2C
Octal 130 130 211 44 44 0 56 360 26 54
Binary 1011000 1011000 10001001 100100 100100 0 101110 11110000 10110 101100

Color Harmonies of #585889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585889

Black with #585889

Text Example


Text Example

White with #585889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585889; }

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

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

background-color css

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

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

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

border-color css

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

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

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