Html Css Color HEX #562668 Scarlet Gum

📋 copy color: '#562668'

red 86 ◦ green 38 ◦ blue 104

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

Shades of Scarlet Gum #562668

Tints of Scarlet Gum #562668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

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

R = 37.72%
G = 16.67%
B = 45.61%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#562668 (or 0x562668) is known color: Scarlet Gum. HEX triplet: 56, 26 and 68. RGB value is (86,38,104). Sum of RGB (Red+Green+Blue) = 86+38+104=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #562668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562668 is #A9D997. Grayscale: #3B3B3B. Windows color (decimal): -11131288 or 6825558. OLE color: 6825558.

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

Color convert

RGB 86 38 104 -
CMYK 0.17 0.63 0 0.59
HSL 283.64º 0.46% 0.28% -
HSV(B) 283.64º 0.63% 0.41% -
XYZ 7.03 4.36 13.57 -
YUV 59.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 86 38 104 0.17 0.63 0 0.59 283.64 0.46 0.28
Hex 56 26 68 11 3F 0 3B 11C 2E 1C
Octal 126 46 150 21 77 0 73 434 56 34
Binary 1010110 100110 1101000 10001 111111 0 111011 100011100 101110 11100

Color Harmonies of #562668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562668

Black with #562668

Text Example


Text Example

White with #562668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562668; }

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

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

background-color css

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

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

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

border-color css

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

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

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