#584B94

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

Shades of Gigas #584B94

Tints of Gigas #584B94

Color information

#584B94 (or 0x584B94) is unknown color: approx Gigas. HEX triplet: 58, 4B and 94. RGB value is (88,75,148). Sum of RGB (Red+Green+Blue) = 88+75+148=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #584B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584B94 is #A7B46B. Grayscale: #565656. Windows color (decimal): -10990700 or 9718616. OLE color: 9718616.

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

Color convert

RGB8875148-
CMYK0.410.4900.42
HSL250.68º32.74%43.73%-
HSV(B)250.68º49.32%58.04%-
XYZ11.899.2429.17-
YUV87.21162.31128.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.30%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=28.30%
G=24.12%
B=47.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88751480.410.4900.42250.6832.7443.73
Hex584B94293102Afb212c
Octal13011322451610523734154
Binary1011000100101110010100101001110001010101011111011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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