Html Css Color HEX #522567 Scarlet Gum

📋 copy color: '#522567'

red 82 ◦ green 37 ◦ blue 103

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

Shades of Scarlet Gum #522567

Tints of Scarlet Gum #522567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 103 (40.63% from 255) = 46.4%

R = 36.94%
G = 16.67%
B = 46.4%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#522567 (or 0x522567) is known color: Scarlet Gum. HEX triplet: 52, 25 and 67. RGB value is (82,37,103). Sum of RGB (Red+Green+Blue) = 82+37+103=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #522567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522567 is #ADDA98. Grayscale: #393939. Windows color (decimal): -11393689 or 6759762. OLE color: 6759762.

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

Color convert

RGB 82 37 103 -
CMYK 0.20 0.64 0 0.60
HSL 280.91º 0.47% 0.27% -
HSV(B) 280.91º 0.64% 0.4% -
XYZ 6.59 4.1 13.28 -
YUV 57.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 82 37 103 0.20 0.64 0 0.60 280.91 0.47 0.27
Hex 52 25 67 14 40 0 3C 119 2F 1B
Octal 122 45 147 24 100 0 74 431 57 33
Binary 1010010 100101 1100111 10100 1000000 0 111100 100011001 101111 11011

Color Harmonies of #522567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522567

Black with #522567

Text Example


Text Example

White with #522567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522567; }

 p { color: rgb(82,37,103); }

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

background-color css

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

 a { background-color: rgb(82,37,103); }

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

border-color css

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

 span { border-color: rgb(82,37,103); }

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