Html Css Color HEX #534172 Meteorite

📋 copy color: '#534172'

red 83 ◦ green 65 ◦ blue 114

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

Shades of Meteorite #534172

Tints of Meteorite #534172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 31.68%
G = 24.81%
B = 43.51%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#534172 (or 0x534172) is known color: Meteorite. HEX triplet: 53, 41 and 72. RGB value is (83,65,114). Sum of RGB (Red+Green+Blue) = 83+65+114=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #534172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534172 is #ACBE8D. Grayscale: #4B4B4B. Windows color (decimal): -11320974 or 7487827. OLE color: 7487827.

HSL color Cylindrical-coordinate representation of color #534172: hue angle of 262.04º 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 #534172 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 65 114 -
CMYK 0.27 0.43 0 0.55
HSL 262.04º 0.27% 0.35% -
HSV(B) 262.04º 0.43% 0.45% -
XYZ 8.49 6.83 16.79 -
YUV 75.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 83 65 114 0.27 0.43 0 0.55 262.04 0.27 0.35
Hex 53 41 72 1B 2B 0 37 106 1B 23
Octal 123 101 162 33 53 0 67 406 33 43
Binary 1010011 1000001 1110010 11011 101011 0 110111 100000110 11011 100011

Color Harmonies of #534172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534172

Black with #534172

Text Example


Text Example

White with #534172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534172; }

 p { color: rgb(83,65,114); }

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

background-color css

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

 a { background-color: rgb(83,65,114); }

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

border-color css

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

 span { border-color: rgb(83,65,114); }

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