#585F94

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

Shades of Governor Bay #585F94

Tints of Governor Bay #585F94

Color information

#585F94 (or 0x585F94) is unknown color: approx Governor Bay. HEX triplet: 58, 5F and 94. RGB value is (88,95,148). Sum of RGB (Red+Green+Blue) = 88+95+148=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #585F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F94 is #A7A06B. Grayscale: #626262. Windows color (decimal): -10985580 or 9723736. OLE color: 9723736.

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

Color convert

RGB8895148-
CMYK0.410.3600.42
HSL233º25.42%46.27%-
HSV(B)233º40.54%58.04%-
XYZ13.4612.429.7-
YUV98.95155.68120.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 95 (37.5% from 255) = 28.70%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=26.59%
G=28.70%
B=44.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88951480.410.3600.4223325.4246.27
Hex585F94292402Ae9192e
Octal13013722451440523513156
Binary101100010111111001010010100110010001010101110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585F94; }

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

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

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

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

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

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

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

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