Html Css Color HEX #522465 Scarlet Gum

📋 copy color: '#522465'

red 82 ◦ green 36 ◦ blue 101

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

Shades of Scarlet Gum #522465

Tints of Scarlet Gum #522465

RGB

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

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

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

R = 37.44%
G = 16.44%
B = 46.12%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#522465 (or 0x522465) is known color: Scarlet Gum. HEX triplet: 52, 24 and 65. RGB value is (82,36,101). Sum of RGB (Red+Green+Blue) = 82+36+101=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #522465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522465 is #ADDB9A. Grayscale: #383838. Windows color (decimal): -11393947 or 6628434. OLE color: 6628434.

HSL color Cylindrical-coordinate representation of color #522465: hue angle of 282.46º 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 #522465 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 36 101 -
CMYK 0.19 0.64 0 0.60
HSL 282.46º 0.47% 0.27% -
HSV(B) 282.46º 0.64% 0.4% -
XYZ 6.46 4 12.74 -
YUV 57.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 82 36 101 0.19 0.64 0 0.60 282.46 0.47 0.27
Hex 52 24 65 13 40 0 3C 11A 2F 1B
Octal 122 44 145 23 100 0 74 432 57 33
Binary 1010010 100100 1100101 10011 1000000 0 111100 100011010 101111 11011

Color Harmonies of #522465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522465

Black with #522465

Text Example


Text Example

White with #522465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522465; }

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

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

background-color css

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

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

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

border-color css

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

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

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