#585EA0

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

Shades of Governor Bay #585EA0

Tints of Governor Bay #585EA0

Color information

#585EA0 (or 0x585EA0) is unknown color: approx Governor Bay. HEX triplet: 58, 5E and A0. RGB value is (88,94,160). Sum of RGB (Red+Green+Blue) = 88+94+160=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 160 - color contains mainly: blue. Hex color #585EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585EA0 is #A7A15F. Grayscale: #636363. Windows color (decimal): -10985824 or 10509912. OLE color: 10509912.

HSL color Cylindrical-coordinate representation of color #585EA0: hue angle of 235º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #585EA0 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8894160-
CMYK0.450.4100.37
HSL235º29.03%48.63%-
HSV(B)235º45%62.75%-
XYZ14.3712.6234.94-
YUV99.73162.01119.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 160 (62.89% from 255) = 46.78%
R=25.73%
G=27.49%
B=46.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal88941600.450.4100.3723529.0348.63
Hex585EA02D29025eb1d31
Octal13013624055510453533561
Binary101100010111101010000010110110100101001011110101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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