Html Css Color HEX #53486D Meteorite

📋 copy color: '#53486D'

red 83 ◦ green 72 ◦ blue 109

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

Shades of Meteorite #53486D

Tints of Meteorite #53486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 31.44%
G = 27.27%
B = 41.29%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53486D (or 0x53486D) is known color: Meteorite. HEX triplet: 53, 48 and 6D. RGB value is (83,72,109). Sum of RGB (Red+Green+Blue) = 83+72+109=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #53486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53486D is #ACB792. Grayscale: #4F4F4F. Windows color (decimal): -11319187 or 7161939. OLE color: 7161939.

HSL color Cylindrical-coordinate representation of color #53486D: hue angle of 257.84º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53486D is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 72 109 -
CMYK 0.24 0.34 0 0.57
HSL 257.84º 0.2% 0.35% -
HSV(B) 257.84º 0.34% 0.43% -
XYZ 8.64 7.58 15.48 -
YUV 79.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 83 72 109 0.24 0.34 0 0.57 257.84 0.2 0.35
Hex 53 48 6D 18 22 0 39 102 14 23
Octal 123 110 155 30 42 0 71 402 24 43
Binary 1010011 1001000 1101101 11000 100010 0 111001 100000010 10100 100011

Color Harmonies of #53486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53486D

Black with #53486D

Text Example


Text Example

White with #53486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53486D; }

 p { color: rgb(83,72,109); }

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

background-color css

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

 a { background-color: rgb(83,72,109); }

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

border-color css

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

 span { border-color: rgb(83,72,109); }

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