Html Css Color HEX #533F72 Meteorite

📋 copy color: '#533F72'

red 83 ◦ green 63 ◦ blue 114

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

Shades of Meteorite #533F72

Tints of Meteorite #533F72

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

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

R = 31.92%
G = 24.23%
B = 43.85%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533F72 (or 0x533F72) is known color: Meteorite. HEX triplet: 53, 3F and 72. RGB value is (83,63,114). Sum of RGB (Red+Green+Blue) = 83+63+114=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #533F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F72 is #ACC08D. Grayscale: #4A4A4A. Windows color (decimal): -11321486 or 7487315. OLE color: 7487315.

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

Color convert

RGB 83 63 114 -
CMYK 0.27 0.45 0 0.55
HSL 263.53º 0.29% 0.35% -
HSV(B) 263.53º 0.45% 0.45% -
XYZ 8.38 6.61 16.75 -
YUV 74.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 83 63 114 0.27 0.45 0 0.55 263.53 0.29 0.35
Hex 53 3F 72 1B 2D 0 37 108 1D 23
Octal 123 77 162 33 55 0 67 410 35 43
Binary 1010011 111111 1110010 11011 101101 0 110111 100001000 11101 100011

Color Harmonies of #533F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F72

Black with #533F72

Text Example


Text Example

White with #533F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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