Html Css Color HEX #562466 Scarlet Gum

📋 copy color: '#562466'

red 86 ◦ green 36 ◦ blue 102

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

Shades of Scarlet Gum #562466

Tints of Scarlet Gum #562466

RGB

 RED value IS 86 (33.98% from 255) = 38.39%

 GREEN value IS 36 (14.45% from 255) = 16.07%

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

R = 38.39%
G = 16.07%
B = 45.54%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#562466 (or 0x562466) is known color: Scarlet Gum. HEX triplet: 56, 24 and 66. RGB value is (86,36,102). Sum of RGB (Red+Green+Blue) = 86+36+102=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 36 (14.45% from 255 or 16.07% 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 #562466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562466 is #A9DB99. Grayscale: #3A3A3A. Windows color (decimal): -11131802 or 6693974. OLE color: 6693974.

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

Color convert

RGB 86 36 102 -
CMYK 0.16 0.65 0 0.6
HSL 285.45º 0.48% 0.27% -
HSV(B) 285.45º 0.65% 0.4% -
XYZ 6.87 4.2 13.02 -
YUV 58.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 86 36 102 0.16 0.65 0 0.6 285.45 0.48 0.27
Hex 56 24 66 10 41 0 3C 11D 30 1B
Octal 126 44 146 20 101 0 74 435 60 33
Binary 1010110 100100 1100110 10000 1000001 0 111100 100011101 110000 11011

Color Harmonies of #562466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562466

Black with #562466

Text Example


Text Example

White with #562466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562466; }

 p { color: rgb(86,36,102); }

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

background-color css

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

 a { background-color: rgb(86,36,102); }

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

border-color css

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

 span { border-color: rgb(86,36,102); }

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