Html Css Color HEX #534069 Meteorite

📋 copy color: '#534069'

red 83 ◦ green 64 ◦ blue 105

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

Shades of Meteorite #534069

Tints of Meteorite #534069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 32.94%
G = 25.4%
B = 41.67%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#534069 (or 0x534069) is known color: Meteorite. HEX triplet: 53, 40 and 69. RGB value is (83,64,105). Sum of RGB (Red+Green+Blue) = 83+64+105=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #534069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534069 is #ACBF96. Grayscale: #4A4A4A. Windows color (decimal): -11321239 or 6897747. OLE color: 6897747.

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

Color convert

RGB 83 64 105 -
CMYK 0.21 0.39 0 0.59
HSL 267.8º 0.24% 0.33% -
HSV(B) 267.8º 0.39% 0.41% -
XYZ 7.95 6.53 14.21 -
YUV 74.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 83 64 105 0.21 0.39 0 0.59 267.8 0.24 0.33
Hex 53 40 69 15 27 0 3B 10C 18 21
Octal 123 100 151 25 47 0 73 414 30 41
Binary 1010011 1000000 1101001 10101 100111 0 111011 100001100 11000 100001

Color Harmonies of #534069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534069

Black with #534069

Text Example


Text Example

White with #534069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534069; }

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

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

background-color css

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

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

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

border-color css

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

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

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