#585E96

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

Shades of Governor Bay #585E96

Tints of Governor Bay #585E96

Color information

#585E96 (or 0x585E96) is unknown color: approx Governor Bay. HEX triplet: 58, 5E and 96. RGB value is (88,94,150). Sum of RGB (Red+Green+Blue) = 88+94+150=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #585E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E96 is #A7A169. Grayscale: #626262. Windows color (decimal): -10985834 or 9854552. OLE color: 9854552.

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

Color convert

RGB8894150-
CMYK0.410.3700.41
HSL234.19º26.05%46.67%-
HSV(B)234.19º41.33%58.82%-
XYZ13.5312.2830.51-
YUV98.59157.01120.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=26.51%
G=28.31%
B=45.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88941500.410.3700.41234.1926.0546.67
Hex585E962925029ea1a2f
Octal13013622651450513523257
Binary101100010111101001011010100110010101010011110101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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