Html Css Color HEX #584875 Gigas

📋 copy color: '#584875'

red 88 ◦ green 72 ◦ blue 117

#584875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #584875

Tints of Gigas #584875

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 value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#584875 (or 0x584875) is known color: 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

RGB 88 72 117 -
CMYK 0.25 0.38 0 0.54
HSL 261.33º 0.24% 0.37% -
HSV(B) 261.33º 0.38% 0.46% -
XYZ 9.55 7.99 17.87 -
YUV 81.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 88 72 117 0.25 0.38 0 0.54 261.33 0.24 0.37
Hex 58 48 75 19 26 0 36 105 18 25
Octal 130 110 165 31 46 0 66 405 30 45
Binary 1011000 1001000 1110101 11001 100110 0 110110 100000101 11000 100101

Color Harmonies of #584875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584875

Black with #584875

Text Example


Text Example

White with #584875

Text Example


Text Example

HTML Codes & Css Web 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>