#585594

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

Shades of Governor Bay #585594

Tints of Governor Bay #585594

Color information

#585594 (or 0x585594) is unknown color: approx Governor Bay. HEX triplet: 58, 55 and 94. RGB value is (88,85,148). Sum of RGB (Red+Green+Blue) = 88+85+148=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #585594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585594 is #A7AA6B. Grayscale: #5C5C5C. Windows color (decimal): -10988140 or 9721176. OLE color: 9721176.

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

Color convert

RGB8885148-
CMYK0.410.4300.42
HSL242.86º27.04%45.69%-
HSV(B)242.86º42.57%58.04%-
XYZ12.6210.7129.42-
YUV93.08158.99124.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=27.41%
G=26.48%
B=46.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88851480.410.4300.42242.8627.0445.69
Hex585594292B02Af31b2e
Octal13012522451530523633356
Binary101100010101011001010010100110101101010101111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585594; }

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

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

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

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

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

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

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

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