#586193

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

Shades of Governor Bay #586193

Tints of Governor Bay #586193

Color information

#586193 (or 0x586193) is unknown color: approx Governor Bay. HEX triplet: 58, 61 and 93. RGB value is (88,97,147). Sum of RGB (Red+Green+Blue) = 88+97+147=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #586193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586193 is #A79E6C. Grayscale: #636363. Windows color (decimal): -10985069 or 9658712. OLE color: 9658712.

HSL color Cylindrical-coordinate representation of color #586193: hue angle of 230.85º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586193 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8897147-
CMYK0.400.3400.42
HSL230.85º25.11%46.08%-
HSV(B)230.85º40.14%57.65%-
XYZ13.5712.7329.35-
YUV100.01154.52119.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=26.51%
G=29.22%
B=44.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88971470.400.3400.42230.8525.1146.08
Hex586193282202Ae7192e
Octal13014122350420523473156
Binary101100011000011001001110100010001001010101110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586193; }

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

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

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

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

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

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

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

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