#585099

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

Shades of Governor Bay #585099

Tints of Governor Bay #585099

Color information

#585099 (or 0x585099) is unknown color: approx Governor Bay. HEX triplet: 58, 50 and 99. RGB value is (88,80,153). Sum of RGB (Red+Green+Blue) = 88+80+153=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #585099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585099 is #A7AF66. Grayscale: #5A5A5A. Windows color (decimal): -10989415 or 10047576. OLE color: 10047576.

HSL color Cylindrical-coordinate representation of color #585099: hue angle of 246.58º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #585099 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8880153-
CMYK0.420.4800.4
HSL246.58º31.33%45.69%-
HSV(B)246.58º47.71%60%-
XYZ12.6410.1131.42-
YUV90.71163.15126.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=27.41%
G=24.92%
B=47.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88801530.420.4800.4246.5831.3345.69
Hex5850992A30028f71f2e
Octal13012023152600503673756
Binary101100010100001001100110101011000001010001111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585099; }

 p { color: rgb(88,80,153); }

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

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

 a { background-color: rgb(88,80,153); }

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

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

 span { border-color: rgb(88,80,153); }

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