#585E9D

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

Shades of Governor Bay #585E9D

Tints of Governor Bay #585E9D

Color information

#585E9D (or 0x585E9D) is unknown color: approx Governor Bay. HEX triplet: 58, 5E and 9D. RGB value is (88,94,157). Sum of RGB (Red+Green+Blue) = 88+94+157=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #585E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E9D is #A7A162. Grayscale: #636363. Windows color (decimal): -10985827 or 10313304. OLE color: 10313304.

HSL color Cylindrical-coordinate representation of color #585E9D: hue angle of 234.78º 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 #585E9D is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8894157-
CMYK0.440.4000.38
HSL234.78º28.16%48.04%-
HSV(B)234.78º43.95%61.57%-
XYZ14.1112.5133.57-
YUV99.39160.51119.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 157 (61.72% from 255) = 46.31%
R=25.96%
G=27.73%
B=46.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88941570.440.4000.38234.7828.1648.04
Hex585E9D2C28026eb1c30
Octal13013623554500463533460
Binary101100010111101001110110110010100001001101110101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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