Html Css Color HEX #513F68 Meteorite

📋 copy color: '#513F68'

red 81 ◦ green 63 ◦ blue 104

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

Shades of Meteorite #513F68

Tints of Meteorite #513F68

RGB

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

 GREEN value IS 63 (25% from 255) = 25.4%

 BLUE value IS 104 (41.02% from 255) = 41.94%

R = 32.66%
G = 25.4%
B = 41.94%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#513F68 (or 0x513F68) is known color: Meteorite. HEX triplet: 51, 3F and 68. RGB value is (81,63,104). Sum of RGB (Red+Green+Blue) = 81+63+104=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #513F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F68 is #AEC097. Grayscale: #484848. Windows color (decimal): -11452568 or 6831953. OLE color: 6831953.

HSL color Cylindrical-coordinate representation of color #513F68: hue angle of 266.34º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #513F68 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 63 104 -
CMYK 0.22 0.39 0 0.59
HSL 266.34º 0.25% 0.33% -
HSV(B) 266.34º 0.39% 0.41% -
XYZ 7.67 6.3 13.91 -
YUV 73.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 81 63 104 0.22 0.39 0 0.59 266.34 0.25 0.33
Hex 51 3F 68 16 27 0 3B 10A 19 21
Octal 121 77 150 26 47 0 73 412 31 41
Binary 1010001 111111 1101000 10110 100111 0 111011 100001010 11001 100001

Color Harmonies of #513F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F68

Black with #513F68

Text Example


Text Example

White with #513F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513F68; }

 p { color: rgb(81,63,104); }

 H1.HeaderClassName
 {
   color: #513F68;
 }
 .AnyTagClassName
 {
   color: #513F68;
 }
</style>

background-color css

<style>
 a { background-color: #513F68; }

 a { background-color: rgb(81,63,104); }

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

border-color css

<style>
 span { border-color: #513F68; }

 span { border-color: rgb(81,63,104); }

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