Html Css Color HEX #51396C Meteorite

📋 copy color: '#51396C'

red 81 ◦ green 57 ◦ blue 108

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

Shades of Meteorite #51396C

Tints of Meteorite #51396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

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

R = 32.93%
G = 23.17%
B = 43.9%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51396C (or 0x51396C) is known color: Meteorite. HEX triplet: 51, 39 and 6C. RGB value is (81,57,108). Sum of RGB (Red+Green+Blue) = 81+57+108=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #51396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51396C is #AEC693. Grayscale: #454545. Windows color (decimal): -11454100 or 7092561. OLE color: 7092561.

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

Color convert

RGB 81 57 108 -
CMYK 0.25 0.47 0 0.58
HSL 268.24º 0.31% 0.32% -
HSV(B) 268.24º 0.47% 0.42% -
XYZ 7.56 5.76 14.9 -
YUV 69.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 81 57 108 0.25 0.47 0 0.58 268.24 0.31 0.32
Hex 51 39 6C 19 2F 0 3A 10C 1F 20
Octal 121 71 154 31 57 0 72 414 37 40
Binary 1010001 111001 1101100 11001 101111 0 111010 100001100 11111 100000

Color Harmonies of #51396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51396C

Black with #51396C

Text Example


Text Example

White with #51396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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