#585A98

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

Shades of Governor Bay #585A98

Tints of Governor Bay #585A98

Color information

#585A98 (or 0x585A98) is unknown color: approx Governor Bay. HEX triplet: 58, 5A and 98. RGB value is (88,90,152). Sum of RGB (Red+Green+Blue) = 88+90+152=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #585A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A98 is #A7A567. Grayscale: #606060. Windows color (decimal): -10986856 or 9984600. OLE color: 9984600.

HSL color Cylindrical-coordinate representation of color #585A98: hue angle of 238.12º 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 #585A98 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8890152-
CMYK0.420.4100.40
HSL238.12º26.67%47.06%-
HSV(B)238.12º42.11%59.61%-
XYZ13.3511.6531.25-
YUV96.47159.34121.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 152 (59.77% from 255) = 46.06%
R=26.67%
G=27.27%
B=46.06%

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
Decimal88901520.420.4100.40238.1226.6747.06
Hex585A982A29028ee1b2f
Octal13013223052510503563357
Binary101100010110101001100010101010100101010001110111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #585A98;
 }
 .AnyTagClassName
 {
   color: #585A98;
 }
</style>
background-color css

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

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

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

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

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

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