Html Css Color HEX #534275 Meteorite

📋 copy color: '#534275'

red 83 ◦ green 66 ◦ blue 117

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

Shades of Meteorite #534275

Tints of Meteorite #534275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

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

R = 31.2%
G = 24.81%
B = 43.98%

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

#534275 (or 0x534275) is known color: Meteorite. HEX triplet: 53, 42 and 75. RGB value is (83,66,117). Sum of RGB (Red+Green+Blue) = 83+66+117=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #534275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534275 is #ACBD8A. Grayscale: #4C4C4C. Windows color (decimal): -11320715 or 7684691. OLE color: 7684691.

HSL color Cylindrical-coordinate representation of color #534275: hue angle of 260º degrees, saturation: 0.28, 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 #534275 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 66 117 -
CMYK 0.29 0.44 0 0.54
HSL 260º 0.28% 0.36% -
HSV(B) 260º 0.44% 0.46% -
XYZ 8.73 7.02 17.72 -
YUV 76.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 83 66 117 0.29 0.44 0 0.54 260 0.28 0.36
Hex 53 42 75 1D 2C 0 36 104 1C 24
Octal 123 102 165 35 54 0 66 404 34 44
Binary 1010011 1000010 1110101 11101 101100 0 110110 100000100 11100 100100

Color Harmonies of #534275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534275

Black with #534275

Text Example


Text Example

White with #534275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534275; }

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

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

background-color css

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

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

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

border-color css

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

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

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