#584B98

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

Shades of Gigas #584B98

Tints of Gigas #584B98

Color information

#584B98 (or 0x584B98) is unknown color: approx Gigas. HEX triplet: 58, 4B and 98. RGB value is (88,75,152). Sum of RGB (Red+Green+Blue) = 88+75+152=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #584B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584B98 is #A7B467. Grayscale: #575757. Windows color (decimal): -10990696 or 9980760. OLE color: 9980760.

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

Color convert

RGB8875152-
CMYK0.420.5100.40
HSL250.13º33.92%44.51%-
HSV(B)250.13º50.66%59.61%-
XYZ12.219.3730.87-
YUV87.66164.31128.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=27.94%
G=23.81%
B=48.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88751520.420.5100.40250.1333.9244.51
Hex584B982A33028fa222d
Octal13011323052630503724255
Binary1011000100101110011000101010110011010100011111010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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