Html Css Color HEX #53466F Meteorite

📋 copy color: '#53466F'

red 83 ◦ green 70 ◦ blue 111

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

Shades of Meteorite #53466F

Tints of Meteorite #53466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

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

R = 31.44%
G = 26.52%
B = 42.05%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53466F (or 0x53466F) is known color: Meteorite. HEX triplet: 53, 46 and 6F. RGB value is (83,70,111). Sum of RGB (Red+Green+Blue) = 83+70+111=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #53466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53466F is #ACB990. Grayscale: #4E4E4E. Windows color (decimal): -11319697 or 7292499. OLE color: 7292499.

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

Color convert

RGB 83 70 111 -
CMYK 0.25 0.37 0 0.56
HSL 259.02º 0.23% 0.35% -
HSV(B) 259.02º 0.37% 0.44% -
XYZ 8.63 7.37 16.01 -
YUV 78.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 83 70 111 0.25 0.37 0 0.56 259.02 0.23 0.35
Hex 53 46 6F 19 25 0 38 103 17 23
Octal 123 106 157 31 45 0 70 403 27 43
Binary 1010011 1000110 1101111 11001 100101 0 111000 100000011 10111 100011

Color Harmonies of #53466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53466F

Black with #53466F

Text Example


Text Example

White with #53466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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