Html Css Color HEX #522663 Scarlet Gum

📋 copy color: '#522663'

red 82 ◦ green 38 ◦ blue 99

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

Shades of Scarlet Gum #522663

Tints of Scarlet Gum #522663

RGB

 RED value IS 82 (32.42% from 255) = 37.44%

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

 BLUE value IS 99 (39.06% from 255) = 45.21%

R = 37.44%
G = 17.35%
B = 45.21%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#522663 (or 0x522663) is known color: Scarlet Gum. HEX triplet: 52, 26 and 63. RGB value is (82,38,99). Sum of RGB (Red+Green+Blue) = 82+38+99=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #522663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522663 is #ADD99C. Grayscale: #393939. Windows color (decimal): -11393437 or 6497874. OLE color: 6497874.

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

Color convert

RGB 82 38 99 -
CMYK 0.17 0.62 0 0.61
HSL 283.28º 0.45% 0.27% -
HSV(B) 283.28º 0.62% 0.39% -
XYZ 6.42 4.08 12.25 -
YUV 58.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 82 38 99 0.17 0.62 0 0.61 283.28 0.45 0.27
Hex 52 26 63 11 3E 0 3D 11B 2D 1B
Octal 122 46 143 21 76 0 75 433 55 33
Binary 1010010 100110 1100011 10001 111110 0 111101 100011011 101101 11011

Color Harmonies of #522663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522663

Black with #522663

Text Example


Text Example

White with #522663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522663; }

 p { color: rgb(82,38,99); }

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

background-color css

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

 a { background-color: rgb(82,38,99); }

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

border-color css

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

 span { border-color: rgb(82,38,99); }

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