Html Css Color HEX #534571 Meteorite

📋 copy color: '#534571'

red 83 ◦ green 69 ◦ blue 113

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

Shades of Meteorite #534571

Tints of Meteorite #534571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 31.32%
G = 26.04%
B = 42.64%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#534571 (or 0x534571) is known color: Meteorite. HEX triplet: 53, 45 and 71. RGB value is (83,69,113). Sum of RGB (Red+Green+Blue) = 83+69+113=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #534571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534571 is #ACBA8E. Grayscale: #4E4E4E. Windows color (decimal): -11319951 or 7423315. OLE color: 7423315.

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

Color convert

RGB 83 69 113 -
CMYK 0.27 0.39 0 0.56
HSL 259.09º 0.24% 0.36% -
HSV(B) 259.09º 0.39% 0.44% -
XYZ 8.68 7.29 16.57 -
YUV 78.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 83 69 113 0.27 0.39 0 0.56 259.09 0.24 0.36
Hex 53 45 71 1B 27 0 38 103 18 24
Octal 123 105 161 33 47 0 70 403 30 44
Binary 1010011 1000101 1110001 11011 100111 0 111000 100000011 11000 100100

Color Harmonies of #534571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534571

Black with #534571

Text Example


Text Example

White with #534571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534571; }

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

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

background-color css

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

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

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

border-color css

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

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

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