#585698

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

Shades of Governor Bay #585698

Tints of Governor Bay #585698

Color information

#585698 (or 0x585698) is unknown color: approx Governor Bay. HEX triplet: 58, 56 and 98. RGB value is (88,86,152). Sum of RGB (Red+Green+Blue) = 88+86+152=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #585698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585698 is #A7A967. Grayscale: #5D5D5D. Windows color (decimal): -10987880 or 9983576. OLE color: 9983576.

HSL color Cylindrical-coordinate representation of color #585698: hue angle of 241.82º degrees, saturation: 0.28, 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 #585698 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8886152-
CMYK0.420.4300.40
HSL241.82º27.73%46.67%-
HSV(B)241.82º43.42%59.61%-
XYZ13.021131.14-
YUV94.12160.66123.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=26.99%
G=26.38%
B=46.63%

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
Decimal88861520.420.4300.40241.8227.7346.67
Hex5856982A2B028f21c2f
Octal13012623052530503623457
Binary101100010101101001100010101010101101010001111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585698; }

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

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

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

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

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

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

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

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