#585194

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

Shades of Governor Bay #585194

Tints of Governor Bay #585194

Color information

#585194 (or 0x585194) is unknown color: approx Governor Bay. HEX triplet: 58, 51 and 94. RGB value is (88,81,148). Sum of RGB (Red+Green+Blue) = 88+81+148=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #585194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585194 is #A7AE6B. Grayscale: #5A5A5A. Windows color (decimal): -10989164 or 9720152. OLE color: 9720152.

HSL color Cylindrical-coordinate representation of color #585194: hue angle of 246.27º 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 #585194 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8881148-
CMYK0.410.4500.42
HSL246.27º29.26%44.9%-
HSV(B)246.27º45.27%58.04%-
XYZ12.3110.129.32-
YUV90.73160.32126.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=27.76%
G=25.55%
B=46.69%

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
Decimal88811480.410.4500.42246.2729.2644.9
Hex585194292D02Af61d2d
Octal13012122451550523663555
Binary101100010100011001010010100110110101010101111011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585194; }

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

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

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

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

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

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

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

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