Html Css Color HEX #533D6E Meteorite

📋 copy color: '#533D6E'

red 83 ◦ green 61 ◦ blue 110

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

Shades of Meteorite #533D6E

Tints of Meteorite #533D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 32.68%
G = 24.02%
B = 43.31%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#533D6E (or 0x533D6E) is known color: Meteorite. HEX triplet: 53, 3D and 6E. RGB value is (83,61,110). Sum of RGB (Red+Green+Blue) = 83+61+110=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #533D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D6E is #ACC291. Grayscale: #484848. Windows color (decimal): -11322002 or 7224659. OLE color: 7224659.

HSL color Cylindrical-coordinate representation of color #533D6E: hue angle of 266.94º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #533D6E is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 61 110 -
CMYK 0.25 0.45 0 0.57
HSL 266.94º 0.29% 0.34% -
HSV(B) 266.94º 0.45% 0.43% -
XYZ 8.05 6.3 15.54 -
YUV 73.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 83 61 110 0.25 0.45 0 0.57 266.94 0.29 0.34
Hex 53 3D 6E 19 2D 0 39 10B 1D 22
Octal 123 75 156 31 55 0 71 413 35 42
Binary 1010011 111101 1101110 11001 101101 0 111001 100001011 11101 100010

Color Harmonies of #533D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D6E

Black with #533D6E

Text Example


Text Example

White with #533D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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