#585D96

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

Shades of Governor Bay #585D96

Tints of Governor Bay #585D96

Color information

#585D96 (or 0x585D96) is unknown color: approx Governor Bay. HEX triplet: 58, 5D and 96. RGB value is (88,93,150). Sum of RGB (Red+Green+Blue) = 88+93+150=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #585D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D96 is #A7A269. Grayscale: #616161. Windows color (decimal): -10986090 or 9854296. OLE color: 9854296.

HSL color Cylindrical-coordinate representation of color #585D96: hue angle of 235.16º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585D96 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8893150-
CMYK0.410.3800.41
HSL235.16º26.05%46.67%-
HSV(B)235.16º41.33%58.82%-
XYZ13.4412.1130.48-
YUV98157.34120.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=26.59%
G=28.10%
B=45.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88931500.410.3800.41235.1626.0546.67
Hex585D962926029eb1a2f
Octal13013522651460513533257
Binary101100010111011001011010100110011001010011110101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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