Html Css Color HEX #53476C Meteorite

📋 copy color: '#53476C'

red 83 ◦ green 71 ◦ blue 108

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

Shades of Meteorite #53476C

Tints of Meteorite #53476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 31.68%
G = 27.1%
B = 41.22%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53476C (or 0x53476C) is known color: Meteorite. HEX triplet: 53, 47 and 6C. RGB value is (83,71,108). Sum of RGB (Red+Green+Blue) = 83+71+108=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #53476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53476C is #ACB893. Grayscale: #4E4E4E. Windows color (decimal): -11319444 or 7096147. OLE color: 7096147.

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

Color convert

RGB 83 71 108 -
CMYK 0.23 0.34 0 0.58
HSL 259.46º 0.21% 0.35% -
HSV(B) 259.46º 0.34% 0.42% -
XYZ 8.53 7.43 15.17 -
YUV 78.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 83 71 108 0.23 0.34 0 0.58 259.46 0.21 0.35
Hex 53 47 6C 17 22 0 3A 103 15 23
Octal 123 107 154 27 42 0 72 403 25 43
Binary 1010011 1000111 1101100 10111 100010 0 111010 100000011 10101 100011

Color Harmonies of #53476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53476C

Black with #53476C

Text Example


Text Example

White with #53476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53476C; }

 p { color: rgb(83,71,108); }

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

background-color css

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

 a { background-color: rgb(83,71,108); }

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

border-color css

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

 span { border-color: rgb(83,71,108); }

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