Html Css Color HEX #516268 Smalt Blue

📋 copy color: '#516268'

red 81 ◦ green 98 ◦ blue 104

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

Shades of Smalt Blue #516268

Tints of Smalt Blue #516268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

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

R = 28.62%
G = 34.63%
B = 36.75%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#516268 (or 0x516268) is known color: Smalt Blue. HEX triplet: 51, 62 and 68. RGB value is (81,98,104). Sum of RGB (Red+Green+Blue) = 81+98+104=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #516268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516268 is #AE9D97. Grayscale: #5D5D5D. Windows color (decimal): -11443608 or 6840913. OLE color: 6840913.

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

Color convert

RGB 81 98 104 -
CMYK 0.22 0.06 0 0.59
HSL 195.65º 0.12% 0.36% -
HSV(B) 195.65º 0.22% 0.41% -
XYZ 10.26 11.48 14.77 -
YUV 93.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 81 98 104 0.22 0.06 0 0.59 195.65 0.12 0.36
Hex 51 62 68 16 6 0 3B C4 C 24
Octal 121 142 150 26 6 0 73 304 14 44
Binary 1010001 1100010 1101000 10110 110 0 111011 11000100 1100 100100

Color Harmonies of #516268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516268

Black with #516268

Text Example


Text Example

White with #516268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516268; }

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

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

background-color css

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

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

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

border-color css

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

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

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