Html Css Color HEX #522369 Scarlet Gum

📋 copy color: '#522369'

red 82 ◦ green 35 ◦ blue 105

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

Shades of Scarlet Gum #522369

Tints of Scarlet Gum #522369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 36.94%
G = 15.77%
B = 47.3%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#522369 (or 0x522369) is known color: Scarlet Gum. HEX triplet: 52, 23 and 69. RGB value is (82,35,105). Sum of RGB (Red+Green+Blue) = 82+35+105=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #522369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522369 is #ADDC96. Grayscale: #383838. Windows color (decimal): -11394199 or 6890322. OLE color: 6890322.

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

Color convert

RGB 82 35 105 -
CMYK 0.22 0.67 0 0.59
HSL 280.29º 0.5% 0.27% -
HSV(B) 280.29º 0.67% 0.41% -
XYZ 6.63 4.02 13.79 -
YUV 57.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 82 35 105 0.22 0.67 0 0.59 280.29 0.5 0.27
Hex 52 23 69 16 43 0 3B 118 32 1B
Octal 122 43 151 26 103 0 73 430 62 33
Binary 1010010 100011 1101001 10110 1000011 0 111011 100011000 110010 11011

Color Harmonies of #522369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522369

Black with #522369

Text Example


Text Example

White with #522369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522369; }

 p { color: rgb(82,35,105); }

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

background-color css

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

 a { background-color: rgb(82,35,105); }

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

border-color css

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

 span { border-color: rgb(82,35,105); }

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