#584A98

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

Shades of Gigas #584A98

Tints of Gigas #584A98

Color information

#584A98 (or 0x584A98) is unknown color: approx Gigas. HEX triplet: 58, 4A and 98. RGB value is (88,74,152). Sum of RGB (Red+Green+Blue) = 88+74+152=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #584A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584A98 is #A7B567. Grayscale: #565656. Windows color (decimal): -10990952 or 9980504. OLE color: 9980504.

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

Color convert

RGB8874152-
CMYK0.420.5100.40
HSL250.77º34.51%44.31%-
HSV(B)250.77º51.32%59.61%-
XYZ12.149.2430.85-
YUV87.08164.64128.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 74 (29.30% from 255) = 23.57%
BLUE value IS 152 (59.77% from 255) = 48.41%
R=28.03%
G=23.57%
B=48.41%

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
Decimal88741520.420.5100.40250.7734.5144.31
Hex584A982A33028fb232c
Octal13011223052630503734354
Binary1011000100101010011000101010110011010100011111011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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