Html Css Color HEX #562464 Scarlet Gum

📋 copy color: '#562464'

red 86 ◦ green 36 ◦ blue 100

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

Shades of Scarlet Gum #562464

Tints of Scarlet Gum #562464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.05%

R = 38.74%
G = 16.22%
B = 45.05%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#562464 (or 0x562464) is known color: Scarlet Gum. HEX triplet: 56, 24 and 64. RGB value is (86,36,100). Sum of RGB (Red+Green+Blue) = 86+36+100=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 100 - color contains mainly: blue. Hex color #562464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562464 is #A9DB9B. Grayscale: #3A3A3A. Windows color (decimal): -11131804 or 6562902. OLE color: 6562902.

HSL color Cylindrical-coordinate representation of color #562464: hue angle of 286.88º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #562464 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 36 100 -
CMYK 0.14 0.64 0 0.61
HSL 286.88º 0.47% 0.27% -
HSV(B) 286.88º 0.64% 0.39% -
XYZ 6.77 4.16 12.5 -
YUV 58.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 86 36 100 0.14 0.64 0 0.61 286.88 0.47 0.27
Hex 56 24 64 E 40 0 3D 11F 2F 1B
Octal 126 44 144 16 100 0 75 437 57 33
Binary 1010110 100100 1100100 1110 1000000 0 111101 100011111 101111 11011

Color Harmonies of #562464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562464

Black with #562464

Text Example


Text Example

White with #562464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562464; }

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

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

background-color css

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

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

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

border-color css

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

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

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