Html Css Color HEX #533B5C Scarlet Gum

📋 copy color: '#533B5C'

red 83 ◦ green 59 ◦ blue 92

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

Shades of Scarlet Gum #533B5C

Tints of Scarlet Gum #533B5C

RGB

 RED value IS 83 (32.81% from 255) = 35.47%

 GREEN value IS 59 (23.44% from 255) = 25.21%

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

R = 35.47%
G = 25.21%
B = 39.32%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#533B5C (or 0x533B5C) is known color: Scarlet Gum. HEX triplet: 53, 3B and 5C. RGB value is (83,59,92). Sum of RGB (Red+Green+Blue) = 83+59+92=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #533B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B5C is #ACC4A3. Grayscale: #454545. Windows color (decimal): -11322532 or 6044499. OLE color: 6044499.

HSL color Cylindrical-coordinate representation of color #533B5C: hue angle of 283.64º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #533B5C is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 59 92 -
CMYK 0.10 0.36 0 0.64
HSL 283.64º 0.22% 0.3% -
HSV(B) 283.64º 0.36% 0.36% -
XYZ 7.06 5.74 10.86 -
YUV 69.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 83 59 92 0.10 0.36 0 0.64 283.64 0.22 0.3
Hex 53 3B 5C A 24 0 40 11C 16 1E
Octal 123 73 134 12 44 0 100 434 26 36
Binary 1010011 111011 1011100 1010 100100 0 1000000 100011100 10110 11110

Color Harmonies of #533B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B5C

Black with #533B5C

Text Example


Text Example

White with #533B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533B5C; }

 p { color: rgb(83,59,92); }

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

background-color css

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

 a { background-color: rgb(83,59,92); }

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

border-color css

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

 span { border-color: rgb(83,59,92); }

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