Html Css Color HEX #534673 Meteorite

📋 copy color: '#534673'

red 83 ◦ green 70 ◦ blue 115

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

Shades of Meteorite #534673

Tints of Meteorite #534673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

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

R = 30.97%
G = 26.12%
B = 42.91%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#534673 (or 0x534673) is known color: Meteorite. HEX triplet: 53, 46 and 73. RGB value is (83,70,115). Sum of RGB (Red+Green+Blue) = 83+70+115=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #534673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534673 is #ACB98C. Grayscale: #4E4E4E. Windows color (decimal): -11319693 or 7554643. OLE color: 7554643.

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

Color convert

RGB 83 70 115 -
CMYK 0.28 0.39 0 0.55
HSL 257.33º 0.24% 0.36% -
HSV(B) 257.33º 0.39% 0.45% -
XYZ 8.85 7.46 17.19 -
YUV 79.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 83 70 115 0.28 0.39 0 0.55 257.33 0.24 0.36
Hex 53 46 73 1C 27 0 37 101 18 24
Octal 123 106 163 34 47 0 67 401 30 44
Binary 1010011 1000110 1110011 11100 100111 0 110111 100000001 11000 100100

Color Harmonies of #534673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534673

Black with #534673

Text Example


Text Example

White with #534673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534673; }

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

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

background-color css

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

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

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

border-color css

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

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

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