#585794

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

Shades of Governor Bay #585794

Tints of Governor Bay #585794

Color information

#585794 (or 0x585794) is unknown color: approx Governor Bay. HEX triplet: 58, 57 and 94. RGB value is (88,87,148). Sum of RGB (Red+Green+Blue) = 88+87+148=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #585794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585794 is #A7A86B. Grayscale: #5E5E5E. Windows color (decimal): -10987628 or 9721688. OLE color: 9721688.

HSL color Cylindrical-coordinate representation of color #585794: hue angle of 240.98º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585794 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8887148-
CMYK0.410.4100.42
HSL240.98º25.96%46.08%-
HSV(B)240.98º41.22%58.04%-
XYZ12.7811.0329.47-
YUV94.25158.33123.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=27.24%
G=26.93%
B=45.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88871480.410.4100.42240.9825.9646.08
Hex585794292902Af11a2e
Octal13012722451510523613256
Binary101100010101111001010010100110100101010101111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585794; }

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

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

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

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

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

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

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

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