#585294

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

Shades of Governor Bay #585294

Tints of Governor Bay #585294

Color information

#585294 (or 0x585294) is unknown color: approx Governor Bay. HEX triplet: 58, 52 and 94. RGB value is (88,82,148). Sum of RGB (Red+Green+Blue) = 88+82+148=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #585294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585294 is #A7AD6B. Grayscale: #5B5B5B. Windows color (decimal): -10988908 or 9720408. OLE color: 9720408.

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

Color convert

RGB8882148-
CMYK0.410.4500.42
HSL245.45º28.7%45.1%-
HSV(B)245.45º44.59%58.04%-
XYZ12.3910.2529.34-
YUV91.32159.99125.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=27.67%
G=25.79%
B=46.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88821480.410.4500.42245.4528.745.1
Hex585294292D02Af51d2d
Octal13012222451550523653555
Binary101100010100101001010010100110110101010101111010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585294; }

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

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

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

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

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

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

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

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