Html Css Color HEX #534373 Meteorite

📋 copy color: '#534373'

red 83 ◦ green 67 ◦ blue 115

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

Shades of Meteorite #534373

Tints of Meteorite #534373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

 BLUE value IS 115 (45.31% from 255) = 43.4%

R = 31.32%
G = 25.28%
B = 43.4%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#534373 (or 0x534373) is known color: Meteorite. HEX triplet: 53, 43 and 73. RGB value is (83,67,115). Sum of RGB (Red+Green+Blue) = 83+67+115=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #534373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534373 is #ACBC8C. Grayscale: #4D4D4D. Windows color (decimal): -11320461 or 7553875. OLE color: 7553875.

HSL color Cylindrical-coordinate representation of color #534373: hue angle of 260º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534373 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 67 115 -
CMYK 0.28 0.42 0 0.55
HSL 260º 0.26% 0.36% -
HSV(B) 260º 0.42% 0.45% -
XYZ 8.67 7.09 17.13 -
YUV 77.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 83 67 115 0.28 0.42 0 0.55 260 0.26 0.36
Hex 53 43 73 1C 2A 0 37 104 1A 24
Octal 123 103 163 34 52 0 67 404 32 44
Binary 1010011 1000011 1110011 11100 101010 0 110111 100000100 11010 100100

Color Harmonies of #534373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534373

Black with #534373

Text Example


Text Example

White with #534373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534373; }

 p { color: rgb(83,67,115); }

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

background-color css

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

 a { background-color: rgb(83,67,115); }

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

border-color css

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

 span { border-color: rgb(83,67,115); }

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