#584D98

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

Shades of Governor Bay #584D98

Tints of Governor Bay #584D98

Color information

#584D98 (or 0x584D98) is unknown color: approx Governor Bay. HEX triplet: 58, 4D and 98. RGB value is (88,77,152). Sum of RGB (Red+Green+Blue) = 88+77+152=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #584D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584D98 is #A7B267. Grayscale: #585858. Windows color (decimal): -10990184 or 9981272. OLE color: 9981272.

HSL color Cylindrical-coordinate representation of color #584D98: hue angle of 248.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #584D98 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8877152-
CMYK0.420.4900.40
HSL248.8º32.75%44.9%-
HSV(B)248.8º49.34%59.61%-
XYZ12.359.6530.92-
YUV88.84163.64127.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=27.76%
G=24.29%
B=47.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88771520.420.4900.40248.832.7544.9
Hex584D982A31028f9212d
Octal13011523052610503714155
Binary1011000100110110011000101010110001010100011111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,77,152); }

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

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

 a { background-color: rgb(88,77,152); }

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

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

 span { border-color: rgb(88,77,152); }

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