Html Css Color HEX #58166C Scarlet Gum

📋 copy color: '#58166C'

red 88 ◦ green 22 ◦ blue 108

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

Shades of Scarlet Gum #58166C

Tints of Scarlet Gum #58166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 40.37%
G = 10.09%
B = 49.54%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58166C (or 0x58166C) is known color: Scarlet Gum. HEX triplet: 58, 16 and 6C. RGB value is (88,22,108). Sum of RGB (Red+Green+Blue) = 88+22+108=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #58166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58166C is #A7E993. Grayscale: #333333. Windows color (decimal): -11004308 or 7083608. OLE color: 7083608.

HSL color Cylindrical-coordinate representation of color #58166C: hue angle of 286.05º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58166C is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 22 108 -
CMYK 0.19 0.80 0 0.58
HSL 286.05º 0.66% 0.25% -
HSV(B) 286.05º 0.8% 0.42% -
XYZ 7.02 3.73 14.54 -
YUV 51.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 88 22 108 0.19 0.80 0 0.58 286.05 0.66 0.25
Hex 58 16 6C 13 50 0 3A 11E 42 19
Octal 130 26 154 23 120 0 72 436 102 31
Binary 1011000 10110 1101100 10011 1010000 0 111010 100011110 1000010 11001

Color Harmonies of #58166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58166C

Black with #58166C

Text Example


Text Example

White with #58166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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