Html Css Color HEX #533462 Scarlet Gum

📋 copy color: '#533462'

red 83 ◦ green 52 ◦ blue 98

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

Shades of Scarlet Gum #533462

Tints of Scarlet Gum #533462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 35.62%
G = 22.32%
B = 42.06%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533462 (or 0x533462) is known color: Scarlet Gum. HEX triplet: 53, 34 and 62. RGB value is (83,52,98). Sum of RGB (Red+Green+Blue) = 83+52+98=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #533462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533462 is #ACCB9D. Grayscale: #424242. Windows color (decimal): -11324318 or 6435923. OLE color: 6435923.

HSL color Cylindrical-coordinate representation of color #533462: hue angle of 280.43º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #533462 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 52 98 -
CMYK 0.15 0.47 0 0.62
HSL 280.43º 0.31% 0.29% -
HSV(B) 280.43º 0.47% 0.38% -
XYZ 7 5.18 12.19 -
YUV 66.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 83 52 98 0.15 0.47 0 0.62 280.43 0.31 0.29
Hex 53 34 62 F 2F 0 3E 118 1F 1D
Octal 123 64 142 17 57 0 76 430 37 35
Binary 1010011 110100 1100010 1111 101111 0 111110 100011000 11111 11101

Color Harmonies of #533462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533462

Black with #533462

Text Example


Text Example

White with #533462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533462; }

 p { color: rgb(83,52,98); }

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

background-color css

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

 a { background-color: rgb(83,52,98); }

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

border-color css

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

 span { border-color: rgb(83,52,98); }

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