Html Css Color HEX #534175 Meteorite

📋 copy color: '#534175'

red 83 ◦ green 65 ◦ blue 117

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

Shades of Meteorite #534175

Tints of Meteorite #534175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 31.32%
G = 24.53%
B = 44.15%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#534175 (or 0x534175) is known color: Meteorite. HEX triplet: 53, 41 and 75. RGB value is (83,65,117). Sum of RGB (Red+Green+Blue) = 83+65+117=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #534175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534175 is #ACBE8A. Grayscale: #4C4C4C. Windows color (decimal): -11320971 or 7684435. OLE color: 7684435.

HSL color Cylindrical-coordinate representation of color #534175: hue angle of 260.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534175 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 65 117 -
CMYK 0.29 0.44 0 0.54
HSL 260.77º 0.29% 0.36% -
HSV(B) 260.77º 0.44% 0.46% -
XYZ 8.67 6.9 17.71 -
YUV 76.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 83 65 117 0.29 0.44 0 0.54 260.77 0.29 0.36
Hex 53 41 75 1D 2C 0 36 105 1D 24
Octal 123 101 165 35 54 0 66 405 35 44
Binary 1010011 1000001 1110101 11101 101100 0 110110 100000101 11101 100100

Color Harmonies of #534175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534175

Black with #534175

Text Example


Text Example

White with #534175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534175; }

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

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

background-color css

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

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

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

border-color css

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

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

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