Html Css Color HEX #582266 Scarlet Gum

📋 copy color: '#582266'

red 88 ◦ green 34 ◦ blue 102

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

Shades of Scarlet Gum #582266

Tints of Scarlet Gum #582266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

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

R = 39.29%
G = 15.18%
B = 45.54%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#582266 (or 0x582266) is known color: Scarlet Gum. HEX triplet: 58, 22 and 66. RGB value is (88,34,102). Sum of RGB (Red+Green+Blue) = 88+34+102=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #582266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582266 is #A7DD99. Grayscale: #393939. Windows color (decimal): -11001242 or 6693464. OLE color: 6693464.

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

Color convert

RGB 88 34 102 -
CMYK 0.14 0.67 0 0.6
HSL 287.65º 0.5% 0.27% -
HSV(B) 287.65º 0.67% 0.4% -
XYZ 6.99 4.18 13.01 -
YUV 57.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 88 34 102 0.14 0.67 0 0.6 287.65 0.5 0.27
Hex 58 22 66 E 43 0 3C 120 32 1B
Octal 130 42 146 16 103 0 74 440 62 33
Binary 1011000 100010 1100110 1110 1000011 0 111100 100100000 110010 11011

Color Harmonies of #582266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582266

Black with #582266

Text Example


Text Example

White with #582266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582266; }

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

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

background-color css

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

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

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

border-color css

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

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

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