Html Css Color HEX #534369 Meteorite

📋 copy color: '#534369'

red 83 ◦ green 67 ◦ blue 105

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

Shades of Meteorite #534369

Tints of Meteorite #534369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 32.55%
G = 26.27%
B = 41.18%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#534369 (or 0x534369) is known color: Meteorite. HEX triplet: 53, 43 and 69. RGB value is (83,67,105). Sum of RGB (Red+Green+Blue) = 83+67+105=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #534369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534369 is #ACBC96. Grayscale: #4B4B4B. Windows color (decimal): -11320471 or 6898515. OLE color: 6898515.

HSL color Cylindrical-coordinate representation of color #534369: hue angle of 265.26º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534369 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 67 105 -
CMYK 0.21 0.36 0 0.59
HSL 265.26º 0.22% 0.34% -
HSV(B) 265.26º 0.36% 0.41% -
XYZ 8.12 6.87 14.26 -
YUV 76.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 83 67 105 0.21 0.36 0 0.59 265.26 0.22 0.34
Hex 53 43 69 15 24 0 3B 109 16 22
Octal 123 103 151 25 44 0 73 411 26 42
Binary 1010011 1000011 1101001 10101 100100 0 111011 100001001 10110 100010

Color Harmonies of #534369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534369

Black with #534369

Text Example


Text Example

White with #534369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534369; }

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

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

background-color css

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

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

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

border-color css

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

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

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