Html Css Color HEX #585998 Governor Bay

📋 copy color: '#585998'

red 88 ◦ green 89 ◦ blue 152

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

Shades of Governor Bay #585998

Tints of Governor Bay #585998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 152 (59.77% from 255) = 46.2%

R = 26.75%
G = 27.05%
B = 46.2%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#585998 (or 0x585998) is known color: Governor Bay. HEX triplet: 58, 59 and 98. RGB value is (88,89,152). Sum of RGB (Red+Green+Blue) = 88+89+152=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #585998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585998 is #A7A667. Grayscale: #5F5F5F. Windows color (decimal): -10987112 or 9984344. OLE color: 9984344.

HSL color Cylindrical-coordinate representation of color #585998: hue angle of 239.06º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #585998 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 89 152 -
CMYK 0.42 0.41 0 0.40
HSL 239.06º 0.27% 0.47% -
HSV(B) 239.06º 0.42% 0.6% -
XYZ 13.26 11.49 31.22 -
YUV 95.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 88 89 152 0.42 0.41 0 0.40 239.06 0.27 0.47
Hex 58 59 98 2A 29 0 28 EF 1B 2F
Octal 130 131 230 52 51 0 50 357 33 57
Binary 1011000 1011001 10011000 101010 101001 0 101000 11101111 11011 101111

Color Harmonies of #585998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585998

Black with #585998

Text Example


Text Example

White with #585998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585998; }

 p { color: rgb(88,89,152); }

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

background-color css

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

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

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

border-color css

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

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

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