Html Css Color HEX #53476F Meteorite

📋 copy color: '#53476F'

red 83 ◦ green 71 ◦ blue 111

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

Shades of Meteorite #53476F

Tints of Meteorite #53476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.89%

R = 31.32%
G = 26.79%
B = 41.89%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53476F (or 0x53476F) is known color: Meteorite. HEX triplet: 53, 47 and 6F. RGB value is (83,71,111). Sum of RGB (Red+Green+Blue) = 83+71+111=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #53476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53476F is #ACB890. Grayscale: #4F4F4F. Windows color (decimal): -11319441 or 7292755. OLE color: 7292755.

HSL color Cylindrical-coordinate representation of color #53476F: hue angle of 258º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53476F is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 71 111 -
CMYK 0.25 0.36 0 0.56
HSL 258º 0.22% 0.36% -
HSV(B) 258º 0.36% 0.44% -
XYZ 8.69 7.49 16.03 -
YUV 79.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 83 71 111 0.25 0.36 0 0.56 258 0.22 0.36
Hex 53 47 6F 19 24 0 38 102 16 24
Octal 123 107 157 31 44 0 70 402 26 44
Binary 1010011 1000111 1101111 11001 100100 0 111000 100000010 10110 100100

Color Harmonies of #53476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53476F

Black with #53476F

Text Example


Text Example

White with #53476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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