Html Css Color HEX #534171 Meteorite

📋 copy color: '#534171'

red 83 ◦ green 65 ◦ blue 113

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

Shades of Meteorite #534171

Tints of Meteorite #534171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 31.8%
G = 24.9%
B = 43.3%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#534171 (or 0x534171) is known color: Meteorite. HEX triplet: 53, 41 and 71. RGB value is (83,65,113). Sum of RGB (Red+Green+Blue) = 83+65+113=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #534171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534171 is #ACBE8E. Grayscale: #4B4B4B. Windows color (decimal): -11320975 or 7422291. OLE color: 7422291.

HSL color Cylindrical-coordinate representation of color #534171: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534171 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 65 113 -
CMYK 0.27 0.42 0 0.56
HSL 262.5º 0.27% 0.35% -
HSV(B) 262.5º 0.42% 0.44% -
XYZ 8.44 6.81 16.49 -
YUV 75.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 83 65 113 0.27 0.42 0 0.56 262.5 0.27 0.35
Hex 53 41 71 1B 2A 0 38 106 1B 23
Octal 123 101 161 33 52 0 70 406 33 43
Binary 1010011 1000001 1110001 11011 101010 0 111000 100000110 11011 100011

Color Harmonies of #534171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534171

Black with #534171

Text Example


Text Example

White with #534171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534171; }

 p { color: rgb(83,65,113); }

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

background-color css

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

 a { background-color: rgb(83,65,113); }

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

border-color css

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

 span { border-color: rgb(83,65,113); }

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