#585392

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

Shades of Governor Bay #585392

Tints of Governor Bay #585392

Color information

#585392 (or 0x585392) is unknown color: approx Governor Bay. HEX triplet: 58, 53 and 92. RGB value is (88,83,146). Sum of RGB (Red+Green+Blue) = 88+83+146=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #585392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585392 is #A7AC6D. Grayscale: #5B5B5B. Windows color (decimal): -10988654 or 9589592. OLE color: 9589592.

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

Color convert

RGB8883146-
CMYK0.400.4300.43
HSL244.76º27.51%44.9%-
HSV(B)244.76º43.15%57.25%-
XYZ12.3110.3428.54-
YUV91.68158.66125.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=27.76%
G=26.18%
B=46.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88831460.400.4300.43244.7627.5144.9
Hex585392282B02Bf51c2d
Octal13012322250530533653455
Binary101100010100111001001010100010101101010111111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585392; }

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

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

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

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

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

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

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

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