Html Css Color HEX #516369 Smalt Blue

📋 copy color: '#516369'

red 81 ◦ green 99 ◦ blue 105

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

Shades of Smalt Blue #516369

Tints of Smalt Blue #516369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 28.42%
G = 34.74%
B = 36.84%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#516369 (or 0x516369) is known color: Smalt Blue. HEX triplet: 51, 63 and 69. RGB value is (81,99,105). Sum of RGB (Red+Green+Blue) = 81+99+105=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #516369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516369 is #AE9C96. Grayscale: #5E5E5E. Windows color (decimal): -11443351 or 6906705. OLE color: 6906705.

HSL color Cylindrical-coordinate representation of color #516369: hue angle of 195º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #516369 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 99 105 -
CMYK 0.23 0.06 0 0.59
HSL 195º 0.13% 0.36% -
HSV(B) 195º 0.23% 0.41% -
XYZ 10.4 11.69 15.07 -
YUV 94.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 81 99 105 0.23 0.06 0 0.59 195 0.13 0.36
Hex 51 63 69 17 6 0 3B C3 D 24
Octal 121 143 151 27 6 0 73 303 15 44
Binary 1010001 1100011 1101001 10111 110 0 111011 11000011 1101 100100

Color Harmonies of #516369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516369

Black with #516369

Text Example


Text Example

White with #516369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516369; }

 p { color: rgb(81,99,105); }

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

background-color css

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

 a { background-color: rgb(81,99,105); }

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

border-color css

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

 span { border-color: rgb(81,99,105); }

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