#585292

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

Shades of Governor Bay #585292

Tints of Governor Bay #585292

Color information

#585292 (or 0x585292) is unknown color: approx Governor Bay. HEX triplet: 58, 52 and 92. RGB value is (88,82,146). Sum of RGB (Red+Green+Blue) = 88+82+146=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #585292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585292 is #A7AD6D. Grayscale: #5A5A5A. Windows color (decimal): -10988910 or 9589336. OLE color: 9589336.

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

Color convert

RGB8882146-
CMYK0.400.4400.43
HSL245.62º28.07%44.71%-
HSV(B)245.62º43.84%57.25%-
XYZ12.2310.1828.52-
YUV91.09158.99125.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=27.85%
G=25.95%
B=46.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88821460.400.4400.43245.6228.0744.71
Hex585292282C02Bf61c2d
Octal13012222250540533663455
Binary101100010100101001001010100010110001010111111011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585292; }

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

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

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

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

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

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

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

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