#585A8D

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

Shades of Governor Bay #585A8D

Tints of Governor Bay #585A8D

Color information

#585A8D (or 0x585A8D) is unknown color: approx Governor Bay. HEX triplet: 58, 5A and 8D. RGB value is (88,90,141). Sum of RGB (Red+Green+Blue) = 88+90+141=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #585A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A8D is #A7A572. Grayscale: #5F5F5F. Windows color (decimal): -10986867 or 9263704. OLE color: 9263704.

HSL color Cylindrical-coordinate representation of color #585A8D: hue angle of 237.74º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #585A8D is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8890141-
CMYK0.380.3600.45
HSL237.74º23.14%44.9%-
HSV(B)237.74º37.59%55.29%-
XYZ12.4911.3126.72-
YUV95.22153.84122.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=27.59%
G=28.21%
B=44.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88901410.380.3600.45237.7423.1444.9
Hex585A8D262402Dee172d
Octal13013221546440553562755
Binary101100010110101000110110011010010001011011110111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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