Html Css Color HEX #534271 Meteorite

📋 copy color: '#534271'

red 83 ◦ green 66 ◦ blue 113

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

Shades of Meteorite #534271

Tints of Meteorite #534271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 31.68%
G = 25.19%
B = 43.13%

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

#534271 (or 0x534271) is known color: Meteorite. HEX triplet: 53, 42 and 71. RGB value is (83,66,113). Sum of RGB (Red+Green+Blue) = 83+66+113=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #534271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534271 is #ACBD8E. Grayscale: #4C4C4C. Windows color (decimal): -11320719 or 7422547. OLE color: 7422547.

HSL color Cylindrical-coordinate representation of color #534271: hue angle of 261.7º degrees, saturation: 0.26, 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 #534271 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 66 113 -
CMYK 0.27 0.42 0 0.56
HSL 261.7º 0.26% 0.35% -
HSV(B) 261.7º 0.42% 0.44% -
XYZ 8.5 6.93 16.51 -
YUV 76.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 83 66 113 0.27 0.42 0 0.56 261.7 0.26 0.35
Hex 53 42 71 1B 2A 0 38 106 1A 23
Octal 123 102 161 33 52 0 70 406 32 43
Binary 1010011 1000010 1110001 11011 101010 0 111000 100000110 11010 100011

Color Harmonies of #534271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534271

Black with #534271

Text Example


Text Example

White with #534271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534271; }

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

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

background-color css

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

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

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

border-color css

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

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

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