Html Css Color HEX #562465 Scarlet Gum

📋 copy color: '#562465'

red 86 ◦ green 36 ◦ blue 101

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

Shades of Scarlet Gum #562465

Tints of Scarlet Gum #562465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.29%

R = 38.57%
G = 16.14%
B = 45.29%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#562465 (or 0x562465) is known color: Scarlet Gum. HEX triplet: 56, 24 and 65. RGB value is (86,36,101). Sum of RGB (Red+Green+Blue) = 86+36+101=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #562465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562465 is #A9DB9A. Grayscale: #3A3A3A. Windows color (decimal): -11131803 or 6628438. OLE color: 6628438.

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

Color convert

RGB 86 36 101 -
CMYK 0.15 0.64 0 0.60
HSL 286.15º 0.47% 0.27% -
HSV(B) 286.15º 0.64% 0.4% -
XYZ 6.82 4.18 12.76 -
YUV 58.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 86 36 101 0.15 0.64 0 0.60 286.15 0.47 0.27
Hex 56 24 65 F 40 0 3C 11E 2F 1B
Octal 126 44 145 17 100 0 74 436 57 33
Binary 1010110 100100 1100101 1111 1000000 0 111100 100011110 101111 11011

Color Harmonies of #562465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562465

Black with #562465

Text Example


Text Example

White with #562465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562465; }

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

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

background-color css

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

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

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

border-color css

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

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

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