#584281

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

Shades of Gigas #584281

Tints of Gigas #584281

Color information

#584281 (or 0x584281) is unknown color: approx Gigas. HEX triplet: 58, 42 and 81. RGB value is (88,66,129). Sum of RGB (Red+Green+Blue) = 88+66+129=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #584281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584281 is #A7BD7E. Grayscale: #4F4F4F. Windows color (decimal): -10993023 or 8471128. OLE color: 8471128.

HSL color Cylindrical-coordinate representation of color #584281: hue angle of 260.95º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #584281 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8866129-
CMYK0.320.4900.49
HSL260.95º32.31%38.24%-
HSV(B)260.95º48.84%50.59%-
XYZ9.947.5621.7-
YUV79.76155.79133.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=31.10%
G=23.32%
B=45.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88661290.320.4900.49260.9532.3138.24
Hex58428120310311052026
Octal13010220140610614054046
Binary10110001000010100000011000001100010110001100000101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584281; }

 p { color: rgb(88,66,129); }

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

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

 a { background-color: rgb(88,66,129); }

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

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

 span { border-color: rgb(88,66,129); }

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