#584998

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

Shades of Gigas #584998

Tints of Gigas #584998

Color information

#584998 (or 0x584998) is unknown color: approx Gigas. HEX triplet: 58, 49 and 98. RGB value is (88,73,152). Sum of RGB (Red+Green+Blue) = 88+73+152=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #584998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584998 is #A7B667. Grayscale: #565656. Windows color (decimal): -10991208 or 9980248. OLE color: 9980248.

HSL color Cylindrical-coordinate representation of color #584998: hue angle of 251.39º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #584998 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8873152-
CMYK0.420.5200.40
HSL251.39º35.11%44.12%-
HSV(B)251.39º51.97%59.61%-
XYZ12.079.1130.83-
YUV86.49164.97129.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=28.12%
G=23.32%
B=48.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88731520.420.5200.40251.3935.1144.12
Hex5849982A34028fb232c
Octal13011123052640503734354
Binary1011000100100110011000101010110100010100011111011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584998; }

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

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

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

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

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

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

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

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