Html Css Color HEX #516065 Smalt Blue

📋 copy color: '#516065'

red 81 ◦ green 96 ◦ blue 101

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

Shades of Smalt Blue #516065

Tints of Smalt Blue #516065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 29.14%
G = 34.53%
B = 36.33%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#516065 (or 0x516065) is known color: Smalt Blue. HEX triplet: 51, 60 and 65. RGB value is (81,96,101). Sum of RGB (Red+Green+Blue) = 81+96+101=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: blue. Hex color #516065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516065 is #AE9F9A. Grayscale: #5C5C5C. Windows color (decimal): -11444123 or 6643793. OLE color: 6643793.

HSL color Cylindrical-coordinate representation of color #516065: hue angle of 195º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #516065 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 96 101 -
CMYK 0.20 0.05 0 0.60
HSL 195º 0.11% 0.36% -
HSV(B) 195º 0.2% 0.4% -
XYZ 9.93 11.05 13.92 -
YUV 92.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 81 96 101 0.20 0.05 0 0.60 195 0.11 0.36
Hex 51 60 65 14 5 0 3C C3 B 24
Octal 121 140 145 24 5 0 74 303 13 44
Binary 1010001 1100000 1100101 10100 101 0 111100 11000011 1011 100100

Color Harmonies of #516065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516065

Black with #516065

Text Example


Text Example

White with #516065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516065; }

 p { color: rgb(81,96,101); }

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

background-color css

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

 a { background-color: rgb(81,96,101); }

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

border-color css

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

 span { border-color: rgb(81,96,101); }

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