Html Css Color HEX #534276 Meteorite

📋 copy color: '#534276'

red 83 ◦ green 66 ◦ blue 118

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

Shades of Meteorite #534276

Tints of Meteorite #534276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 31.09%
G = 24.72%
B = 44.19%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#534276 (or 0x534276) is known color: Meteorite. HEX triplet: 53, 42 and 76. RGB value is (83,66,118). Sum of RGB (Red+Green+Blue) = 83+66+118=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #534276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534276 is #ACBD89. Grayscale: #4C4C4C. Windows color (decimal): -11320714 or 7750227. OLE color: 7750227.

HSL color Cylindrical-coordinate representation of color #534276: hue angle of 259.62º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534276 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 66 118 -
CMYK 0.30 0.44 0 0.54
HSL 259.62º 0.28% 0.36% -
HSV(B) 259.62º 0.44% 0.46% -
XYZ 8.79 7.04 18.04 -
YUV 77.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 83 66 118 0.30 0.44 0 0.54 259.62 0.28 0.36
Hex 53 42 76 1E 2C 0 36 104 1C 24
Octal 123 102 166 36 54 0 66 404 34 44
Binary 1010011 1000010 1110110 11110 101100 0 110110 100000100 11100 100100

Color Harmonies of #534276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534276

Black with #534276

Text Example


Text Example

White with #534276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534276; }

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

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

background-color css

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

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

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

border-color css

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

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

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