#584675

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

Shades of Gigas #584675

Tints of Gigas #584675

Color information

#584675 (or 0x584675) is unknown color: approx Gigas. HEX triplet: 58, 46 and 75. RGB value is (88,70,117). Sum of RGB (Red+Green+Blue) = 88+70+117=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #584675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584675 is #A7B98A. Grayscale: #505050. Windows color (decimal): -10992011 or 7685720. OLE color: 7685720.

HSL color Cylindrical-coordinate representation of color #584675: hue angle of 262.98º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #584675 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8870117-
CMYK0.250.4000.54
HSL262.98º25.13%36.67%-
HSV(B)262.98º40.17%45.88%-
XYZ9.437.7417.83-
YUV80.74148.46133.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=32%
G=25.45%
B=42.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88701170.250.4000.54262.9825.1336.67
Hex58467519280361071925
Octal13010616531500664073145
Binary10110001000110111010111001101000011011010000011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584675; }

 p { color: rgb(88,70,117); }

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

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

 a { background-color: rgb(88,70,117); }

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

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

 span { border-color: rgb(88,70,117); }

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