Html Css Color HEX #562066 Scarlet Gum

📋 copy color: '#562066'

red 86 ◦ green 32 ◦ blue 102

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

Shades of Scarlet Gum #562066

Tints of Scarlet Gum #562066

RGB

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

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

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

R = 39.09%
G = 14.55%
B = 46.36%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#562066 (or 0x562066) is known color: Scarlet Gum. HEX triplet: 56, 20 and 66. RGB value is (86,32,102). Sum of RGB (Red+Green+Blue) = 86+32+102=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #562066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562066 is #A9DF99. Grayscale: #373737. Windows color (decimal): -11132826 or 6692950. OLE color: 6692950.

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

Color convert

RGB 86 32 102 -
CMYK 0.16 0.69 0 0.6
HSL 286.29º 0.52% 0.26% -
HSV(B) 286.29º 0.69% 0.4% -
XYZ 6.75 3.97 12.98 -
YUV 56.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 86 32 102 0.16 0.69 0 0.6 286.29 0.52 0.26
Hex 56 20 66 10 45 0 3C 11E 34 1A
Octal 126 40 146 20 105 0 74 436 64 32
Binary 1010110 100000 1100110 10000 1000101 0 111100 100011110 110100 11010

Color Harmonies of #562066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562066

Black with #562066

Text Example


Text Example

White with #562066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562066; }

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

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

background-color css

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

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

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

border-color css

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

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

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