Html Css Color HEX #52385B Scarlet Gum

📋 copy color: '#52385B'

red 82 ◦ green 56 ◦ blue 91

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

Shades of Scarlet Gum #52385B

Tints of Scarlet Gum #52385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 35.81%
G = 24.45%
B = 39.74%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52385B (or 0x52385B) is known color: Scarlet Gum. HEX triplet: 52, 38 and 5B. RGB value is (82,56,91). Sum of RGB (Red+Green+Blue) = 82+56+91=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #52385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52385B is #ADC7A4. Grayscale: #434343. Windows color (decimal): -11388837 or 5978194. OLE color: 5978194.

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

Color convert

RGB 82 56 91 -
CMYK 0.10 0.38 0 0.64
HSL 284.57º 0.24% 0.29% -
HSV(B) 284.57º 0.38% 0.36% -
XYZ 6.78 5.38 10.58 -
YUV 67.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 82 56 91 0.10 0.38 0 0.64 284.57 0.24 0.29
Hex 52 38 5B A 26 0 40 11D 18 1D
Octal 122 70 133 12 46 0 100 435 30 35
Binary 1010010 111000 1011011 1010 100110 0 1000000 100011101 11000 11101

Color Harmonies of #52385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52385B

Black with #52385B

Text Example


Text Example

White with #52385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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