Html Css Color HEX #51446C Meteorite

📋 copy color: '#51446C'

red 81 ◦ green 68 ◦ blue 108

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

Shades of Meteorite #51446C

Tints of Meteorite #51446C

RGB

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

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

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

R = 31.52%
G = 26.46%
B = 42.02%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51446C (or 0x51446C) is known color: Meteorite. HEX triplet: 51, 44 and 6C. RGB value is (81,68,108). Sum of RGB (Red+Green+Blue) = 81+68+108=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #51446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51446C is #AEBB93. Grayscale: #4C4C4C. Windows color (decimal): -11451284 or 7095377. OLE color: 7095377.

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

Color convert

RGB 81 68 108 -
CMYK 0.25 0.37 0 0.58
HSL 259.5º 0.23% 0.35% -
HSV(B) 259.5º 0.37% 0.42% -
XYZ 8.17 6.97 15.1 -
YUV 76.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 81 68 108 0.25 0.37 0 0.58 259.5 0.23 0.35
Hex 51 44 6C 19 25 0 3A 104 17 23
Octal 121 104 154 31 45 0 72 404 27 43
Binary 1010001 1000100 1101100 11001 100101 0 111010 100000100 10111 100011

Color Harmonies of #51446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51446C

Black with #51446C

Text Example


Text Example

White with #51446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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