#586093

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

Shades of Governor Bay #586093

Tints of Governor Bay #586093

Color information

#586093 (or 0x586093) is unknown color: approx Governor Bay. HEX triplet: 58, 60 and 93. RGB value is (88,96,147). Sum of RGB (Red+Green+Blue) = 88+96+147=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #586093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586093 is #A79F6C. Grayscale: #636363. Windows color (decimal): -10985325 or 9658456. OLE color: 9658456.

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

Color convert

RGB8896147-
CMYK0.400.3500.42
HSL231.86º25.11%46.08%-
HSV(B)231.86º40.14%57.65%-
XYZ13.4712.5529.32-
YUV99.42154.85119.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=26.59%
G=29.00%
B=44.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88961470.400.3500.42231.8625.1146.08
Hex586093282302Ae8192e
Octal13014022350430523503156
Binary101100011000001001001110100010001101010101110100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586093; }

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

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

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

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

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

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

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

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