#585990

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

Shades of Governor Bay #585990

Tints of Governor Bay #585990

Color information

#585990 (or 0x585990) is unknown color: approx Governor Bay. HEX triplet: 58, 59 and 90. RGB value is (88,89,144). Sum of RGB (Red+Green+Blue) = 88+89+144=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #585990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585990 is #A7A66F. Grayscale: #5E5E5E. Windows color (decimal): -10987120 or 9460056. OLE color: 9460056.

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

Color convert

RGB8889144-
CMYK0.390.3800.44
HSL238.93º24.14%45.49%-
HSV(B)238.93º38.89%56.47%-
XYZ12.6311.2327.89-
YUV94.97155.67123.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=27.41%
G=27.73%
B=44.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88891440.390.3800.44238.9324.1445.49
Hex585990272602Cef182d
Octal13013122047460543573055
Binary101100010110011001000010011110011001011001110111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585990; }

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

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

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

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

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

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

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

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