#584B99

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

Shades of Gigas #584B99

Tints of Gigas #584B99

Color information

#584B99 (or 0x584B99) is unknown color: approx Gigas. HEX triplet: 58, 4B and 99. RGB value is (88,75,153). Sum of RGB (Red+Green+Blue) = 88+75+153=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #584B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584B99 is #A7B466. Grayscale: #575757. Windows color (decimal): -10990695 or 10046296. OLE color: 10046296.

HSL color Cylindrical-coordinate representation of color #584B99: hue angle of 250º 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 #584B99 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8875153-
CMYK0.420.5100.4
HSL250º34.21%44.71%-
HSV(B)250º50.98%60%-
XYZ12.299.4131.3-
YUV87.78164.81128.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=27.85%
G=23.73%
B=48.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88751530.420.5100.425034.2144.71
Hex584B992A33028fa222d
Octal13011323152630503724255
Binary1011000100101110011001101010110011010100011111010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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