#584F96

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

Shades of Governor Bay #584F96

Tints of Governor Bay #584F96

Color information

#584F96 (or 0x584F96) is unknown color: approx Governor Bay. HEX triplet: 58, 4F and 96. RGB value is (88,79,150). Sum of RGB (Red+Green+Blue) = 88+79+150=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #584F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584F96 is #A7B069. Grayscale: #595959. Windows color (decimal): -10989674 or 9850712. OLE color: 9850712.

HSL color Cylindrical-coordinate representation of color #584F96: hue angle of 247.61º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584F96 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8879150-
CMYK0.410.4700.41
HSL247.61º31%44.9%-
HSV(B)247.61º47.33%58.82%-
XYZ12.339.8730.11-
YUV89.78161.98126.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=27.76%
G=24.92%
B=47.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88791500.410.4700.41247.613144.9
Hex584F96292F029f81f2d
Octal13011722651570513703755
Binary101100010011111001011010100110111101010011111100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584F96; }

 p { color: rgb(88,79,150); }

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

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

 a { background-color: rgb(88,79,150); }

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

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

 span { border-color: rgb(88,79,150); }

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