Html Css Color HEX #51446F Meteorite

📋 copy color: '#51446F'

red 81 ◦ green 68 ◦ blue 111

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

Shades of Meteorite #51446F

Tints of Meteorite #51446F

RGB

 RED value IS 81 (32.03% from 255) = 31.15%

 GREEN value IS 68 (26.95% from 255) = 26.15%

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

R = 31.15%
G = 26.15%
B = 42.69%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51446F (or 0x51446F) is known color: Meteorite. HEX triplet: 51, 44 and 6F. RGB value is (81,68,111). Sum of RGB (Red+Green+Blue) = 81+68+111=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #51446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51446F is #AEBB90. Grayscale: #4C4C4C. Windows color (decimal): -11451281 or 7291985. OLE color: 7291985.

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

Color convert

RGB 81 68 111 -
CMYK 0.27 0.39 0 0.56
HSL 258.14º 0.24% 0.35% -
HSV(B) 258.14º 0.39% 0.44% -
XYZ 8.33 7.03 15.96 -
YUV 76.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 81 68 111 0.27 0.39 0 0.56 258.14 0.24 0.35
Hex 51 44 6F 1B 27 0 38 102 18 23
Octal 121 104 157 33 47 0 70 402 30 43
Binary 1010001 1000100 1101111 11011 100111 0 111000 100000010 11000 100011

Color Harmonies of #51446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51446F

Black with #51446F

Text Example


Text Example

White with #51446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,68,111); }

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

background-color css

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

 a { background-color: rgb(81,68,111); }

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

border-color css

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

 span { border-color: rgb(81,68,111); }

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