Html Css Color HEX #585A89 Governor Bay

📋 copy color: '#585A89'

red 88 ◦ green 90 ◦ blue 137

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

Shades of Governor Bay #585A89

Tints of Governor Bay #585A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

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

R = 27.94%
G = 28.57%
B = 43.49%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#585A89 (or 0x585A89) is known color: Governor Bay. HEX triplet: 58, 5A and 89. RGB value is (88,90,137). Sum of RGB (Red+Green+Blue) = 88+90+137=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #585A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A89 is #A7A576. Grayscale: #5E5E5E. Windows color (decimal): -10986871 or 9001560. OLE color: 9001560.

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

Color convert

RGB 88 90 137 -
CMYK 0.36 0.34 0 0.46
HSL 237.55º 0.22% 0.44% -
HSV(B) 237.55º 0.36% 0.54% -
XYZ 12.2 11.19 25.18 -
YUV 94.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 88 90 137 0.36 0.34 0 0.46 237.55 0.22 0.44
Hex 58 5A 89 24 22 0 2E EE 16 2C
Octal 130 132 211 44 42 0 56 356 26 54
Binary 1011000 1011010 10001001 100100 100010 0 101110 11101110 10110 101100

Color Harmonies of #585A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A89

Black with #585A89

Text Example


Text Example

White with #585A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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