#584F97

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

Shades of Governor Bay #584F97

Tints of Governor Bay #584F97

Color information

#584F97 (or 0x584F97) is unknown color: approx Governor Bay. HEX triplet: 58, 4F and 97. RGB value is (88,79,151). Sum of RGB (Red+Green+Blue) = 88+79+151=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #584F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584F97 is #A7B068. Grayscale: #595959. Windows color (decimal): -10989673 or 9916248. OLE color: 9916248.

HSL color Cylindrical-coordinate representation of color #584F97: hue angle of 247.5º degrees, saturation: 0.31, 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 #584F97 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8879151-
CMYK0.420.4800.41
HSL247.5º31.3%45.1%-
HSV(B)247.5º47.68%59.22%-
XYZ12.419.930.54-
YUV89.9162.48126.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 151 (59.38% from 255) = 47.48%
R=27.67%
G=24.84%
B=47.48%

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
Decimal88791510.420.4800.41247.531.345.1
Hex584F972A30029f81f2d
Octal13011722752600513703755
Binary101100010011111001011110101011000001010011111100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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