Html Css Color HEX #51456B Meteorite

📋 copy color: '#51456B'

red 81 ◦ green 69 ◦ blue 107

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

Shades of Meteorite #51456B

Tints of Meteorite #51456B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 31.52%
G = 26.85%
B = 41.63%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51456B (or 0x51456B) is known color: Meteorite. HEX triplet: 51, 45 and 6B. RGB value is (81,69,107). Sum of RGB (Red+Green+Blue) = 81+69+107=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #51456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51456B is #AEBA94. Grayscale: #4C4C4C. Windows color (decimal): -11451029 or 7030097. OLE color: 7030097.

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

Color convert

RGB 81 69 107 -
CMYK 0.24 0.36 0 0.58
HSL 258.95º 0.22% 0.35% -
HSV(B) 258.95º 0.36% 0.42% -
XYZ 8.18 7.07 14.84 -
YUV 76.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 81 69 107 0.24 0.36 0 0.58 258.95 0.22 0.35
Hex 51 45 6B 18 24 0 3A 103 16 23
Octal 121 105 153 30 44 0 72 403 26 43
Binary 1010001 1000101 1101011 11000 100100 0 111010 100000011 10110 100011

Color Harmonies of #51456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51456B

Black with #51456B

Text Example


Text Example

White with #51456B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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