Html Css Color HEX #58206C Scarlet Gum

📋 copy color: '#58206C'

red 88 ◦ green 32 ◦ blue 108

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

Shades of Scarlet Gum #58206C

Tints of Scarlet Gum #58206C

RGB

 RED value IS 88 (34.77% from 255) = 38.6%

 GREEN value IS 32 (12.89% from 255) = 14.04%

 BLUE value IS 108 (42.58% from 255) = 47.37%

R = 38.6%
G = 14.04%
B = 47.37%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58206C (or 0x58206C) is known color: Scarlet Gum. HEX triplet: 58, 20 and 6C. RGB value is (88,32,108). Sum of RGB (Red+Green+Blue) = 88+32+108=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #58206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58206C is #A7DF93. Grayscale: #393939. Windows color (decimal): -11001748 or 7086168. OLE color: 7086168.

HSL color Cylindrical-coordinate representation of color #58206C: hue angle of 284.21º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58206C is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 32 108 -
CMYK 0.19 0.70 0 0.58
HSL 284.21º 0.54% 0.27% -
HSV(B) 284.21º 0.7% 0.42% -
XYZ 7.25 4.19 14.61 -
YUV 57.41 156.55 149.82 -
System Red Green Blue C M Y K H S L
Decimal 88 32 108 0.19 0.70 0 0.58 284.21 0.54 0.27
Hex 58 20 6C 13 46 0 3A 11C 36 1B
Octal 130 40 154 23 106 0 72 434 66 33
Binary 1011000 100000 1101100 10011 1000110 0 111010 100011100 110110 11011

Color Harmonies of #58206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58206C

Black with #58206C

Text Example


Text Example

White with #58206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58206C; }

 p { color: rgb(88,32,108); }

 H1.HeaderClassName
 {
   color: #58206C;
 }
 .AnyTagClassName
 {
   color: #58206C;
 }
</style>

background-color css

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

 a { background-color: rgb(88,32,108); }

 div.DivClassName
 {
   background-color: #58206C;
 }
 .BgClassName
 {
   background-color: #58206C;
 }
</style>

border-color css

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

 span { border-color: rgb(88,32,108); }

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