#585E86

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

Shades of Governor Bay #585E86

Tints of Governor Bay #585E86

Color information

#585E86 (or 0x585E86) is unknown color: approx Governor Bay. HEX triplet: 58, 5E and 86. RGB value is (88,94,134). Sum of RGB (Red+Green+Blue) = 88+94+134=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #585E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E86 is #A7A179. Grayscale: #606060. Windows color (decimal): -10985850 or 8805976. OLE color: 8805976.

HSL color Cylindrical-coordinate representation of color #585E86: hue angle of 232.17º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #585E86 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8894134-
CMYK0.340.3000.47
HSL232.17º20.72%43.53%-
HSV(B)232.17º34.33%52.55%-
XYZ12.3311.824.18-
YUV96.77149.01121.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=27.85%
G=29.75%
B=42.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88941340.340.3000.47232.1720.7243.53
Hex585E86221E02Fe8152c
Octal13013620642360573502554
Binary10110001011110100001101000101111001011111110100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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