#585798

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

Shades of Governor Bay #585798

Tints of Governor Bay #585798

Color information

#585798 (or 0x585798) is unknown color: approx Governor Bay. HEX triplet: 58, 57 and 98. RGB value is (88,87,152). Sum of RGB (Red+Green+Blue) = 88+87+152=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #585798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585798 is #A7A867. Grayscale: #5E5E5E. Windows color (decimal): -10987624 or 9983832. OLE color: 9983832.

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

Color convert

RGB8887152-
CMYK0.420.4300.40
HSL240.92º27.2%46.86%-
HSV(B)240.92º42.76%59.61%-
XYZ13.111.1631.17-
YUV94.71160.33123.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 152 (59.77% from 255) = 46.48%
R=26.91%
G=26.61%
B=46.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88871520.420.4300.40240.9227.246.86
Hex5857982A2B028f11b2f
Octal13012723052530503613357
Binary101100010101111001100010101010101101010001111000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585798; }

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

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

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

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

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

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

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

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