#584875

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

Shades of Gigas #584875

Tints of Gigas #584875

Color information

#584875 (or 0x584875) is unknown color: approx Gigas. HEX triplet: 58, 48 and 75. RGB value is (88,72,117). Sum of RGB (Red+Green+Blue) = 88+72+117=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #584875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584875 is #A7B78A. Grayscale: #515151. Windows color (decimal): -10991499 or 7686232. OLE color: 7686232.

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

Color convert

RGB8872117-
CMYK0.250.3800.54
HSL261.33º23.81%37.06%-
HSV(B)261.33º38.46%45.88%-
XYZ9.557.9917.87-
YUV81.91147.8132.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=31.77%
G=25.99%
B=42.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88721170.250.3800.54261.3323.8137.06
Hex58487519260361051825
Octal13011016531460664053045
Binary10110001001000111010111001100110011011010000010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584875; }

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

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

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

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

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

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

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

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