#522367

Color #522367 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #522367

Tints of Scarlet Gum #522367

Color information

#522367 (or 0x522367) is unknown color: approx Scarlet Gum. HEX triplet: 52, 23 and 67. RGB value is (82,35,103). Sum of RGB (Red+Green+Blue) = 82+35+103=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #522367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522367 is #ADDC98. Grayscale: #383838. Windows color (decimal): -11394201 or 6759250. OLE color: 6759250.

HSL color Cylindrical-coordinate representation of color #522367: hue angle of 281.47º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522367 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8235103-
CMYK0.200.6600.60
HSL281.47º49.28%27.06%-
HSV(B)281.47º66.02%40.39%-
XYZ6.533.9813.26-
YUV56.81154.07145.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=37.27%
G=15.91%
B=46.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82351030.200.6600.60281.4749.2827.06
Hex522367144203C119311b
Octal12243147241020744316133
Binary10100101000111100111101001000010011110010001100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522367; }

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

 H1.HeaderClassName
 {
   color: #522367;
 }
 .AnyTagClassName
 {
   color: #522367;
 }
</style>
background-color css

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

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

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

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

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

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