Html Css Color HEX #585E89 Governor Bay

📋 copy color: '#585E89'

red 88 ◦ green 94 ◦ blue 137

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

Shades of Governor Bay #585E89

Tints of Governor Bay #585E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

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

R = 27.59%
G = 29.47%
B = 42.95%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#585E89 (or 0x585E89) is known color: Governor Bay. HEX triplet: 58, 5E and 89. RGB value is (88,94,137). Sum of RGB (Red+Green+Blue) = 88+94+137=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #585E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E89 is #A7A176. Grayscale: #606060. Windows color (decimal): -10985847 or 9002584. OLE color: 9002584.

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

Color convert

RGB 88 94 137 -
CMYK 0.36 0.31 0 0.46
HSL 232.65º 0.22% 0.44% -
HSV(B) 232.65º 0.36% 0.54% -
XYZ 12.54 11.89 25.3 -
YUV 97.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 88 94 137 0.36 0.31 0 0.46 232.65 0.22 0.44
Hex 58 5E 89 24 1F 0 2E E9 16 2C
Octal 130 136 211 44 37 0 56 351 26 54
Binary 1011000 1011110 10001001 100100 11111 0 101110 11101001 10110 101100

Color Harmonies of #585E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E89

Black with #585E89

Text Example


Text Example

White with #585E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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