Html Css Color HEX #533A5B Scarlet Gum

📋 copy color: '#533A5B'

red 83 ◦ green 58 ◦ blue 91

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

Shades of Scarlet Gum #533A5B

Tints of Scarlet Gum #533A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25%

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

R = 35.78%
G = 25%
B = 39.22%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#533A5B (or 0x533A5B) is known color: Scarlet Gum. HEX triplet: 53, 3A and 5B. RGB value is (83,58,91). Sum of RGB (Red+Green+Blue) = 83+58+91=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #533A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A5B is #ACC5A4. Grayscale: #454545. Windows color (decimal): -11322789 or 5978707. OLE color: 5978707.

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

Color convert

RGB 83 58 91 -
CMYK 0.09 0.36 0 0.64
HSL 285.45º 0.22% 0.29% -
HSV(B) 285.45º 0.36% 0.36% -
XYZ 6.97 5.62 10.62 -
YUV 69.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 83 58 91 0.09 0.36 0 0.64 285.45 0.22 0.29
Hex 53 3A 5B 9 24 0 40 11D 16 1D
Octal 123 72 133 11 44 0 100 435 26 35
Binary 1010011 111010 1011011 1001 100100 0 1000000 100011101 10110 11101

Color Harmonies of #533A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A5B

Black with #533A5B

Text Example


Text Example

White with #533A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,58,91); }

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

background-color css

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

 a { background-color: rgb(83,58,91); }

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

border-color css

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

 span { border-color: rgb(83,58,91); }

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