#585492

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

Shades of Governor Bay #585492

Tints of Governor Bay #585492

Color information

#585492 (or 0x585492) is unknown color: approx Governor Bay. HEX triplet: 58, 54 and 92. RGB value is (88,84,146). Sum of RGB (Red+Green+Blue) = 88+84+146=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #585492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585492 is #A7AB6D. Grayscale: #5C5C5C. Windows color (decimal): -10988398 or 9589848. OLE color: 9589848.

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

Color convert

RGB8884146-
CMYK0.400.4200.43
HSL243.87º26.96%45.1%-
HSV(B)243.87º42.47%57.25%-
XYZ12.3810.4928.57-
YUV92.26158.33124.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=27.67%
G=26.42%
B=45.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88841460.400.4200.43243.8726.9645.1
Hex585492282A02Bf41b2d
Octal13012422250520533643355
Binary101100010101001001001010100010101001010111111010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585492; }

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

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

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

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

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

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

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

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