#585D93

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

Shades of Governor Bay #585D93

Tints of Governor Bay #585D93

Color information

#585D93 (or 0x585D93) is unknown color: approx Governor Bay. HEX triplet: 58, 5D and 93. RGB value is (88,93,147). Sum of RGB (Red+Green+Blue) = 88+93+147=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #585D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D93 is #A7A26C. Grayscale: #616161. Windows color (decimal): -10986093 or 9657688. OLE color: 9657688.

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

Color convert

RGB8893147-
CMYK0.400.3700.42
HSL234.92º25.11%46.08%-
HSV(B)234.92º40.14%57.65%-
XYZ13.2112.0129.23-
YUV97.66155.84121.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=26.83%
G=28.35%
B=44.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88931470.400.3700.42234.9225.1146.08
Hex585D93282502Aeb192e
Octal13013522350450523533156
Binary101100010111011001001110100010010101010101110101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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