Html Css Color HEX #51466B Meteorite

📋 copy color: '#51466B'

red 81 ◦ green 70 ◦ blue 107

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

Shades of Meteorite #51466B

Tints of Meteorite #51466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.47%

R = 31.4%
G = 27.13%
B = 41.47%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51466B (or 0x51466B) is known color: Meteorite. HEX triplet: 51, 46 and 6B. RGB value is (81,70,107). Sum of RGB (Red+Green+Blue) = 81+70+107=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #51466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51466B is #AEB994. Grayscale: #4D4D4D. Windows color (decimal): -11450773 or 7030353. OLE color: 7030353.

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

Color convert

RGB 81 70 107 -
CMYK 0.24 0.35 0 0.58
HSL 257.84º 0.21% 0.35% -
HSV(B) 257.84º 0.35% 0.42% -
XYZ 8.24 7.19 14.86 -
YUV 77.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 81 70 107 0.24 0.35 0 0.58 257.84 0.21 0.35
Hex 51 46 6B 18 23 0 3A 102 15 23
Octal 121 106 153 30 43 0 72 402 25 43
Binary 1010001 1000110 1101011 11000 100011 0 111010 100000010 10101 100011

Color Harmonies of #51466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51466B

Black with #51466B

Text Example


Text Example

White with #51466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51466B; }

 p { color: rgb(81,70,107); }

 H1.HeaderClassName
 {
   color: #51466B;
 }
 .AnyTagClassName
 {
   color: #51466B;
 }
</style>

background-color css

<style>
 a { background-color: #51466B; }

 a { background-color: rgb(81,70,107); }

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

border-color css

<style>
 span { border-color: #51466B; }

 span { border-color: rgb(81,70,107); }

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