Html Css Color HEX #534273 Meteorite

📋 copy color: '#534273'

red 83 ◦ green 66 ◦ blue 115

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

Shades of Meteorite #534273

Tints of Meteorite #534273

RGB

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

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

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

R = 31.44%
G = 25%
B = 43.56%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#534273 (or 0x534273) is known color: Meteorite. HEX triplet: 53, 42 and 73. RGB value is (83,66,115). Sum of RGB (Red+Green+Blue) = 83+66+115=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #534273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534273 is #ACBD8C. Grayscale: #4C4C4C. Windows color (decimal): -11320717 or 7553619. OLE color: 7553619.

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

Color convert

RGB 83 66 115 -
CMYK 0.28 0.43 0 0.55
HSL 260.82º 0.27% 0.35% -
HSV(B) 260.82º 0.43% 0.45% -
XYZ 8.61 6.97 17.11 -
YUV 76.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 83 66 115 0.28 0.43 0 0.55 260.82 0.27 0.35
Hex 53 42 73 1C 2B 0 37 105 1B 23
Octal 123 102 163 34 53 0 67 405 33 43
Binary 1010011 1000010 1110011 11100 101011 0 110111 100000101 11011 100011

Color Harmonies of #534273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534273

Black with #534273

Text Example


Text Example

White with #534273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534273; }

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

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

background-color css

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

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

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

border-color css

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

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

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