#585C9C

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

Shades of Governor Bay #585C9C

Tints of Governor Bay #585C9C

Color information

#585C9C (or 0x585C9C) is unknown color: approx Governor Bay. HEX triplet: 58, 5C and 9C. RGB value is (88,92,156). Sum of RGB (Red+Green+Blue) = 88+92+156=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #585C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585C9C is #A7A363. Grayscale: #616161. Windows color (decimal): -10986340 or 10247256. OLE color: 10247256.

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

Color convert

RGB8892156-
CMYK0.440.4100.39
HSL236.47º27.87%47.84%-
HSV(B)236.47º43.59%61.18%-
XYZ13.8512.1333.06-
YUV98.1160.67120.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=26.19%
G=27.38%
B=46.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88921560.440.4100.39236.4727.8747.84
Hex585C9C2C29027ec1c30
Octal13013423454510473543460
Binary101100010111001001110010110010100101001111110110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,92,156); }

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

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

 a { background-color: rgb(88,92,156); }

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

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

 span { border-color: rgb(88,92,156); }

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