Html Css Color HEX #562368 Scarlet Gum

📋 copy color: '#562368'

red 86 ◦ green 35 ◦ blue 104

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

Shades of Scarlet Gum #562368

Tints of Scarlet Gum #562368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

 BLUE value IS 104 (41.02% from 255) = 46.22%

R = 38.22%
G = 15.56%
B = 46.22%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#562368 (or 0x562368) is known color: Scarlet Gum. HEX triplet: 56, 23 and 68. RGB value is (86,35,104). Sum of RGB (Red+Green+Blue) = 86+35+104=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #562368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562368 is #A9DC97. Grayscale: #393939. Windows color (decimal): -11132056 or 6824790. OLE color: 6824790.

HSL color Cylindrical-coordinate representation of color #562368: hue angle of 284.35º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #562368 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 35 104 -
CMYK 0.17 0.66 0 0.59
HSL 284.35º 0.5% 0.27% -
HSV(B) 284.35º 0.66% 0.41% -
XYZ 6.94 4.18 13.54 -
YUV 58.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 86 35 104 0.17 0.66 0 0.59 284.35 0.5 0.27
Hex 56 23 68 11 42 0 3B 11C 32 1B
Octal 126 43 150 21 102 0 73 434 62 33
Binary 1010110 100011 1101000 10001 1000010 0 111011 100011100 110010 11011

Color Harmonies of #562368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562368

Black with #562368

Text Example


Text Example

White with #562368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562368; }

 p { color: rgb(86,35,104); }

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

background-color css

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

 a { background-color: rgb(86,35,104); }

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

border-color css

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

 span { border-color: rgb(86,35,104); }

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