#585095

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

Shades of Governor Bay #585095

Tints of Governor Bay #585095

Color information

#585095 (or 0x585095) is unknown color: approx Governor Bay. HEX triplet: 58, 50 and 95. RGB value is (88,80,149). Sum of RGB (Red+Green+Blue) = 88+80+149=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #585095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585095 is #A7AF6A. Grayscale: #595959. Windows color (decimal): -10989419 or 9785432. OLE color: 9785432.

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

Color convert

RGB8880149-
CMYK0.410.4600.42
HSL246.96º30.13%44.9%-
HSV(B)246.96º46.31%58.43%-
XYZ12.329.9829.71-
YUV90.26161.15126.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=27.76%
G=25.24%
B=47.00%

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
Decimal88801490.410.4600.42246.9630.1344.9
Hex585095292E02Af71e2d
Octal13012022551560523673655
Binary101100010100001001010110100110111001010101111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585095; }

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

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

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

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

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

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

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

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