#585891

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

Shades of Governor Bay #585891

Tints of Governor Bay #585891

Color information

#585891 (or 0x585891) is unknown color: approx Governor Bay. HEX triplet: 58, 58 and 91. RGB value is (88,88,145). Sum of RGB (Red+Green+Blue) = 88+88+145=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #585891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585891 is #A7A76E. Grayscale: #5E5E5E. Windows color (decimal): -10987375 or 9525336. OLE color: 9525336.

HSL color Cylindrical-coordinate representation of color #585891: hue angle of 240º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585891 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8888145-
CMYK0.390.3900.43
HSL240º24.46%45.69%-
HSV(B)240º39.31%56.86%-
XYZ12.6311.128.26-
YUV94.5156.5123.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=27.41%
G=27.41%
B=45.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88881450.390.3900.4324024.4645.69
Hex585891272702Bf0182e
Octal13013022147470533603056
Binary101100010110001001000110011110011101010111111000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585891; }

 p { color: rgb(88,88,145); }

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

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

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

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

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

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

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