#586198

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

Shades of Governor Bay #586198

Tints of Governor Bay #586198

Color information

#586198 (or 0x586198) is unknown color: approx Governor Bay. HEX triplet: 58, 61 and 98. RGB value is (88,97,152). Sum of RGB (Red+Green+Blue) = 88+97+152=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #586198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586198 is #A79E67. Grayscale: #646464. Windows color (decimal): -10985064 or 9986392. OLE color: 9986392.

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

Color convert

RGB8897152-
CMYK0.420.3600.40
HSL231.56º26.67%47.06%-
HSV(B)231.56º42.11%59.61%-
XYZ13.9712.8931.46-
YUV100.58157.02119.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.11%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=26.11%
G=28.78%
B=45.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88971520.420.3600.40231.5626.6747.06
Hex5861982A24028e81b2f
Octal13014123052440503503357
Binary101100011000011001100010101010010001010001110100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586198; }

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

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

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

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

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

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

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

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