#584E97

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

Shades of Governor Bay #584E97

Tints of Governor Bay #584E97

Color information

#584E97 (or 0x584E97) is unknown color: approx Governor Bay. HEX triplet: 58, 4E and 97. RGB value is (88,78,151). Sum of RGB (Red+Green+Blue) = 88+78+151=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #584E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E97 is #A7B168. Grayscale: #595959. Windows color (decimal): -10989929 or 9915992. OLE color: 9915992.

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

Color convert

RGB8878151-
CMYK0.420.4800.41
HSL248.22º31.88%44.9%-
HSV(B)248.22º48.34%59.22%-
XYZ12.339.7630.51-
YUV89.31162.81127.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 78 (30.86% from 255) = 24.61%
BLUE value IS 151 (59.38% from 255) = 47.63%
R=27.76%
G=24.61%
B=47.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88781510.420.4800.41248.2231.8844.9
Hex584E972A30029f8202d
Octal13011622752600513704055
Binary1011000100111010010111101010110000010100111111000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,78,151); }

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

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

 a { background-color: rgb(88,78,151); }

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

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

 span { border-color: rgb(88,78,151); }

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