#585590

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

Shades of Governor Bay #585590

Tints of Governor Bay #585590

Color information

#585590 (or 0x585590) is unknown color: approx Governor Bay. HEX triplet: 58, 55 and 90. RGB value is (88,85,144). Sum of RGB (Red+Green+Blue) = 88+85+144=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #585590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585590 is #A7AA6F. Grayscale: #5C5C5C. Windows color (decimal): -10988144 or 9459032. OLE color: 9459032.

HSL color Cylindrical-coordinate representation of color #585590: hue angle of 243.05º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585590 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8885144-
CMYK0.390.4100.44
HSL243.05º25.76%44.9%-
HSV(B)243.05º40.97%56.47%-
XYZ12.3110.5927.78-
YUV92.62156.99124.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=27.76%
G=26.81%
B=45.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88851440.390.4100.44243.0525.7644.9
Hex585590272902Cf31a2d
Octal13012522047510543633255
Binary101100010101011001000010011110100101011001111001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585590; }

 p { color: rgb(88,85,144); }

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

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

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

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

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

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

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