Html Css Color HEX #534573 Meteorite

📋 copy color: '#534573'

red 83 ◦ green 69 ◦ blue 115

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

Shades of Meteorite #534573

Tints of Meteorite #534573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 31.09%
G = 25.84%
B = 43.07%

CMYK

 C value IS 0.28

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#534573 (or 0x534573) is known color: Meteorite. HEX triplet: 53, 45 and 73. RGB value is (83,69,115). Sum of RGB (Red+Green+Blue) = 83+69+115=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #534573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534573 is #ACBA8C. Grayscale: #4E4E4E. Windows color (decimal): -11319949 or 7554387. OLE color: 7554387.

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

Color convert

RGB 83 69 115 -
CMYK 0.28 0.4 0 0.55
HSL 258.26º 0.25% 0.36% -
HSV(B) 258.26º 0.4% 0.45% -
XYZ 8.79 7.33 17.17 -
YUV 78.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 83 69 115 0.28 0.4 0 0.55 258.26 0.25 0.36
Hex 53 45 73 1C 28 0 37 102 19 24
Octal 123 105 163 34 50 0 67 402 31 44
Binary 1010011 1000101 1110011 11100 101000 0 110111 100000010 11001 100100

Color Harmonies of #534573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534573

Black with #534573

Text Example


Text Example

White with #534573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534573; }

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

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

background-color css

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

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

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

border-color css

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

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

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