Html Css Color HEX #534166 Meteorite

📋 copy color: '#534166'

red 83 ◦ green 65 ◦ blue 102

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

Shades of Meteorite #534166

Tints of Meteorite #534166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 33.2%
G = 26%
B = 40.8%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#534166 (or 0x534166) is known color: Meteorite. HEX triplet: 53, 41 and 66. RGB value is (83,65,102). Sum of RGB (Red+Green+Blue) = 83+65+102=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #534166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534166 is #ACBE99. Grayscale: #4A4A4A. Windows color (decimal): -11320986 or 6701395. OLE color: 6701395.

HSL color Cylindrical-coordinate representation of color #534166: hue angle of 269.19º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534166 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 65 102 -
CMYK 0.19 0.36 0 0.6
HSL 269.19º 0.22% 0.33% -
HSV(B) 269.19º 0.36% 0.4% -
XYZ 7.86 6.58 13.43 -
YUV 74.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 83 65 102 0.19 0.36 0 0.6 269.19 0.22 0.33
Hex 53 41 66 13 24 0 3C 10D 16 21
Octal 123 101 146 23 44 0 74 415 26 41
Binary 1010011 1000001 1100110 10011 100100 0 111100 100001101 10110 100001

Color Harmonies of #534166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534166

Black with #534166

Text Example


Text Example

White with #534166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534166; }

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

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

background-color css

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

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

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

border-color css

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

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

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