Html Css Color HEX #533C72 Meteorite

📋 copy color: '#533C72'

red 83 ◦ green 60 ◦ blue 114

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

Shades of Meteorite #533C72

Tints of Meteorite #533C72

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.35%

 BLUE value IS 114 (44.92% from 255) = 44.36%

R = 32.3%
G = 23.35%
B = 44.36%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533C72 (or 0x533C72) is known color: Meteorite. HEX triplet: 53, 3C and 72. RGB value is (83,60,114). Sum of RGB (Red+Green+Blue) = 83+60+114=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #533C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C72 is #ACC38D. Grayscale: #484848. Windows color (decimal): -11322254 or 7486547. OLE color: 7486547.

HSL color Cylindrical-coordinate representation of color #533C72: hue angle of 265.56º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #533C72 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 60 114 -
CMYK 0.27 0.47 0 0.55
HSL 265.56º 0.31% 0.34% -
HSV(B) 265.56º 0.47% 0.45% -
XYZ 8.22 6.29 16.7 -
YUV 73.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 83 60 114 0.27 0.47 0 0.55 265.56 0.31 0.34
Hex 53 3C 72 1B 2F 0 37 10A 1F 22
Octal 123 74 162 33 57 0 67 412 37 42
Binary 1010011 111100 1110010 11011 101111 0 110111 100001010 11111 100010

Color Harmonies of #533C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C72

Black with #533C72

Text Example


Text Example

White with #533C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,114); }

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

background-color css

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

 a { background-color: rgb(83,60,114); }

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

border-color css

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

 span { border-color: rgb(83,60,114); }

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