#585998

Color #585998 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #585998

Tints of Governor Bay #585998

Color information

#585998 (or 0x585998) is unknown color: approx 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

RGB8889152-
CMYK0.420.4100.40
HSL239.06º26.67%47.06%-
HSV(B)239.06º42.11%59.61%-
XYZ13.2611.4931.22-
YUV95.88159.67122.38-

RGB Variations

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

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.20%
R=26.75%
G=27.05%
B=46.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88891520.420.4100.40239.0626.6747.06
Hex5859982A29028ef1b2f
Octal13013123052510503573357
Binary101100010110011001100010101010100101010001110111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>