Html Css Color HEX #534375 Meteorite

📋 copy color: '#534375'

red 83 ◦ green 67 ◦ blue 117

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

Shades of Meteorite #534375

Tints of Meteorite #534375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

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

R = 31.09%
G = 25.09%
B = 43.82%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#534375 (or 0x534375) is known color: Meteorite. HEX triplet: 53, 43 and 75. RGB value is (83,67,117). Sum of RGB (Red+Green+Blue) = 83+67+117=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #534375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534375 is #ACBC8A. Grayscale: #4D4D4D. Windows color (decimal): -11320459 or 7684947. OLE color: 7684947.

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

Color convert

RGB 83 67 117 -
CMYK 0.29 0.43 0 0.54
HSL 259.2º 0.27% 0.36% -
HSV(B) 259.2º 0.43% 0.46% -
XYZ 8.79 7.14 17.74 -
YUV 77.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 83 67 117 0.29 0.43 0 0.54 259.2 0.27 0.36
Hex 53 43 75 1D 2B 0 36 103 1B 24
Octal 123 103 165 35 53 0 66 403 33 44
Binary 1010011 1000011 1110101 11101 101011 0 110110 100000011 11011 100100

Color Harmonies of #534375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534375

Black with #534375

Text Example


Text Example

White with #534375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534375; }

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

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

background-color css

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

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

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

border-color css

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

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

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