Html Css Color HEX #53436A Meteorite

📋 copy color: '#53436A'

red 83 ◦ green 67 ◦ blue 106

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

Shades of Meteorite #53436A

Tints of Meteorite #53436A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 32.42%
G = 26.17%
B = 41.41%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53436A (or 0x53436A) is known color: Meteorite. HEX triplet: 53, 43 and 6A. RGB value is (83,67,106). Sum of RGB (Red+Green+Blue) = 83+67+106=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #53436A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53436A is #ACBC95. Grayscale: #4C4C4C. Windows color (decimal): -11320470 or 6964051. OLE color: 6964051.

HSL color Cylindrical-coordinate representation of color #53436A: hue angle of 264.62º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53436A is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 67 106 -
CMYK 0.22 0.37 0 0.58
HSL 264.62º 0.23% 0.34% -
HSV(B) 264.62º 0.37% 0.42% -
XYZ 8.18 6.89 14.54 -
YUV 76.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 83 67 106 0.22 0.37 0 0.58 264.62 0.23 0.34
Hex 53 43 6A 16 25 0 3A 109 17 22
Octal 123 103 152 26 45 0 72 411 27 42
Binary 1010011 1000011 1101010 10110 100101 0 111010 100001001 10111 100010

Color Harmonies of #53436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53436A

Black with #53436A

Text Example


Text Example

White with #53436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53436A; }

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

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

background-color css

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

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

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

border-color css

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

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

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