Html Css Color HEX #582166 Scarlet Gum

📋 copy color: '#582166'

red 88 ◦ green 33 ◦ blue 102

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

Shades of Scarlet Gum #582166

Tints of Scarlet Gum #582166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.8%

 BLUE value IS 102 (40.23% from 255) = 45.74%

R = 39.46%
G = 14.8%
B = 45.74%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#582166 (or 0x582166) is known color: Scarlet Gum. HEX triplet: 58, 21 and 66. RGB value is (88,33,102). Sum of RGB (Red+Green+Blue) = 88+33+102=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #582166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582166 is #A7DE99. Grayscale: #393939. Windows color (decimal): -11001498 or 6693208. OLE color: 6693208.

HSL color Cylindrical-coordinate representation of color #582166: hue angle of 287.83º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582166 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 33 102 -
CMYK 0.14 0.68 0 0.6
HSL 287.83º 0.51% 0.26% -
HSV(B) 287.83º 0.68% 0.4% -
XYZ 6.97 4.12 13 -
YUV 57.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 88 33 102 0.14 0.68 0 0.6 287.83 0.51 0.26
Hex 58 21 66 E 44 0 3C 120 33 1A
Octal 130 41 146 16 104 0 74 440 63 32
Binary 1011000 100001 1100110 1110 1000100 0 111100 100100000 110011 11010

Color Harmonies of #582166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582166

Black with #582166

Text Example


Text Example

White with #582166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582166; }

 p { color: rgb(88,33,102); }

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

background-color css

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

 a { background-color: rgb(88,33,102); }

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

border-color css

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

 span { border-color: rgb(88,33,102); }

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