#585A9E

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

Shades of Governor Bay #585A9E

Tints of Governor Bay #585A9E

Color information

#585A9E (or 0x585A9E) is unknown color: approx Governor Bay. HEX triplet: 58, 5A and 9E. RGB value is (88,90,158). Sum of RGB (Red+Green+Blue) = 88+90+158=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #585A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A9E is #A7A561. Grayscale: #606060. Windows color (decimal): -10986850 or 10377816. OLE color: 10377816.

HSL color Cylindrical-coordinate representation of color #585A9E: hue angle of 238.29º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #585A9E is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8890158-
CMYK0.440.4300.38
HSL238.29º28.46%48.24%-
HSV(B)238.29º44.3%61.96%-
XYZ13.8511.8633.91-
YUV97.15162.34121.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=26.19%
G=26.79%
B=47.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88901580.440.4300.38238.2928.4648.24
Hex585A9E2C2B026ee1c30
Octal13013223654530463563460
Binary101100010110101001111010110010101101001101110111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,90,158); }

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

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

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

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

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

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

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