Html Css Color HEX #533D74 Meteorite

📋 copy color: '#533D74'

red 83 ◦ green 61 ◦ blue 116

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

Shades of Meteorite #533D74

Tints of Meteorite #533D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.62%

R = 31.92%
G = 23.46%
B = 44.62%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533D74 (or 0x533D74) is known color: Meteorite. HEX triplet: 53, 3D and 74. RGB value is (83,61,116). Sum of RGB (Red+Green+Blue) = 83+61+116=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #533D74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D74 is #ACC28B. Grayscale: #494949. Windows color (decimal): -11321996 or 7617875. OLE color: 7617875.

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

Color convert

RGB 83 61 116 -
CMYK 0.28 0.47 0 0.55
HSL 264º 0.31% 0.35% -
HSV(B) 264º 0.47% 0.45% -
XYZ 8.39 6.44 17.32 -
YUV 73.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 83 61 116 0.28 0.47 0 0.55 264 0.31 0.35
Hex 53 3D 74 1C 2F 0 37 108 1F 23
Octal 123 75 164 34 57 0 67 410 37 43
Binary 1010011 111101 1110100 11100 101111 0 110111 100001000 11111 100011

Color Harmonies of #533D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D74

Black with #533D74

Text Example


Text Example

White with #533D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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