#584283

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

Shades of Gigas #584283

Tints of Gigas #584283

Color information

#584283 (or 0x584283) is unknown color: approx Gigas. HEX triplet: 58, 42 and 83. RGB value is (88,66,131). Sum of RGB (Red+Green+Blue) = 88+66+131=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #584283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584283 is #A7BD7C. Grayscale: #4F4F4F. Windows color (decimal): -10993021 or 8602200. OLE color: 8602200.

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

Color convert

RGB8866131-
CMYK0.330.5000.49
HSL260.31º32.99%38.63%-
HSV(B)260.31º49.62%51.37%-
XYZ10.077.6122.41-
YUV79.99156.79133.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=30.88%
G=23.16%
B=45.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88661310.330.5000.49260.3132.9938.63
Hex58428321320311042127
Octal13010220341620614044147
Binary10110001000010100000111000011100100110001100000100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584283; }

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

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

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

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

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

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

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

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