#585094

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

Shades of Governor Bay #585094

Tints of Governor Bay #585094

Color information

#585094 (or 0x585094) is unknown color: approx Governor Bay. HEX triplet: 58, 50 and 94. RGB value is (88,80,148). Sum of RGB (Red+Green+Blue) = 88+80+148=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #585094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585094 is #A7AF6B. Grayscale: #595959. Windows color (decimal): -10989420 or 9719896. OLE color: 9719896.

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

Color convert

RGB8880148-
CMYK0.410.4600.42
HSL247.06º29.82%44.71%-
HSV(B)247.06º45.95%58.04%-
XYZ12.249.9529.29-
YUV90.14160.65126.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 148 (58.20% from 255) = 46.84%
R=27.85%
G=25.32%
B=46.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88801480.410.4600.42247.0629.8244.71
Hex585094292E02Af71e2d
Octal13012022451560523673655
Binary101100010100001001010010100110111001010101111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585094; }

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

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

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

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

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

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

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

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