#585792

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

Shades of Governor Bay #585792

Tints of Governor Bay #585792

Color information

#585792 (or 0x585792) is unknown color: approx Governor Bay. HEX triplet: 58, 57 and 92. RGB value is (88,87,146). Sum of RGB (Red+Green+Blue) = 88+87+146=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #585792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585792 is #A7A86D. Grayscale: #5D5D5D. Windows color (decimal): -10987630 or 9590616. OLE color: 9590616.

HSL color Cylindrical-coordinate representation of color #585792: hue angle of 241.02º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585792 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8887146-
CMYK0.400.4000.43
HSL241.02º25.32%45.69%-
HSV(B)241.02º40.41%57.25%-
XYZ12.6210.9728.65-
YUV94.02157.33123.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=27.41%
G=27.10%
B=45.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88871460.400.4000.43241.0225.3245.69
Hex585792282802Bf1192e
Octal13012722250500533613156
Binary101100010101111001001010100010100001010111111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585792; }

 p { color: rgb(88,87,146); }

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

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

 a { background-color: rgb(88,87,146); }

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

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

 span { border-color: rgb(88,87,146); }

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