#585F93

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

Shades of Governor Bay #585F93

Tints of Governor Bay #585F93

Color information

#585F93 (or 0x585F93) is unknown color: approx Governor Bay. HEX triplet: 58, 5F and 93. RGB value is (88,95,147). Sum of RGB (Red+Green+Blue) = 88+95+147=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #585F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F93 is #A7A06C. Grayscale: #626262. Windows color (decimal): -10985581 or 9658200. OLE color: 9658200.

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

Color convert

RGB8895147-
CMYK0.400.3500.42
HSL232.88º25.11%46.08%-
HSV(B)232.88º40.14%57.65%-
XYZ13.3812.3729.29-
YUV98.84155.18120.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=26.67%
G=28.79%
B=44.55%

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
Decimal88951470.400.3500.42232.8825.1146.08
Hex585F93282302Ae9192e
Octal13013722350430523513156
Binary101100010111111001001110100010001101010101110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585F93; }

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

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

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

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

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

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

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

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