Html Css Color HEX #52385C Scarlet Gum

📋 copy color: '#52385C'

red 82 ◦ green 56 ◦ blue 92

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

Shades of Scarlet Gum #52385C

Tints of Scarlet Gum #52385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

 BLUE value IS 92 (36.33% from 255) = 40%

R = 35.65%
G = 24.35%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52385C (or 0x52385C) is known color: Scarlet Gum. HEX triplet: 52, 38 and 5C. RGB value is (82,56,92). Sum of RGB (Red+Green+Blue) = 82+56+92=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #52385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52385C is #ADC7A3. Grayscale: #434343. Windows color (decimal): -11388836 or 6043730. OLE color: 6043730.

HSL color Cylindrical-coordinate representation of color #52385C: hue angle of 283.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52385C is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 56 92 -
CMYK 0.11 0.39 0 0.64
HSL 283.33º 0.24% 0.29% -
HSV(B) 283.33º 0.39% 0.36% -
XYZ 6.83 5.39 10.81 -
YUV 67.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 82 56 92 0.11 0.39 0 0.64 283.33 0.24 0.29
Hex 52 38 5C B 27 0 40 11B 18 1D
Octal 122 70 134 13 47 0 100 433 30 35
Binary 1010010 111000 1011100 1011 100111 0 1000000 100011011 11000 11101

Color Harmonies of #52385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52385C

Black with #52385C

Text Example


Text Example

White with #52385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52385C; }

 p { color: rgb(82,56,92); }

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

background-color css

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

 a { background-color: rgb(82,56,92); }

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

border-color css

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

 span { border-color: rgb(82,56,92); }

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