Html Css Color HEX #533D6C Meteorite

📋 copy color: '#533D6C'

red 83 ◦ green 61 ◦ blue 108

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

Shades of Meteorite #533D6C

Tints of Meteorite #533D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 32.94%
G = 24.21%
B = 42.86%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#533D6C (or 0x533D6C) is known color: Meteorite. HEX triplet: 53, 3D and 6C. RGB value is (83,61,108). Sum of RGB (Red+Green+Blue) = 83+61+108=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #533D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D6C is #ACC293. Grayscale: #484848. Windows color (decimal): -11322004 or 7093587. OLE color: 7093587.

HSL color Cylindrical-coordinate representation of color #533D6C: hue angle of 268.09º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #533D6C is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 61 108 -
CMYK 0.23 0.44 0 0.58
HSL 268.09º 0.28% 0.33% -
HSV(B) 268.09º 0.44% 0.42% -
XYZ 7.94 6.26 14.98 -
YUV 72.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 83 61 108 0.23 0.44 0 0.58 268.09 0.28 0.33
Hex 53 3D 6C 17 2C 0 3A 10C 1C 21
Octal 123 75 154 27 54 0 72 414 34 41
Binary 1010011 111101 1101100 10111 101100 0 111010 100001100 11100 100001

Color Harmonies of #533D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D6C

Black with #533D6C

Text Example


Text Example

White with #533D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,108); }

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

background-color css

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

 a { background-color: rgb(83,61,108); }

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

border-color css

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

 span { border-color: rgb(83,61,108); }

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