Html Css Color HEX #516168 Fiord

📋 copy color: '#516168'

red 81 ◦ green 97 ◦ blue 104

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

Shades of Fiord #516168

Tints of Fiord #516168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

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

R = 28.72%
G = 34.4%
B = 36.88%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#516168 (or 0x516168) is known color: Fiord. HEX triplet: 51, 61 and 68. RGB value is (81,97,104). Sum of RGB (Red+Green+Blue) = 81+97+104=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #516168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516168 is #AE9E97. Grayscale: #5C5C5C. Windows color (decimal): -11443864 or 6840657. OLE color: 6840657.

HSL color Cylindrical-coordinate representation of color #516168: hue angle of 198.26º 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 #516168 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 97 104 -
CMYK 0.22 0.07 0 0.59
HSL 198.26º 0.12% 0.36% -
HSV(B) 198.26º 0.22% 0.41% -
XYZ 10.17 11.3 14.74 -
YUV 93.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 81 97 104 0.22 0.07 0 0.59 198.26 0.12 0.36
Hex 51 61 68 16 7 0 3B C6 C 24
Octal 121 141 150 26 7 0 73 306 14 44
Binary 1010001 1100001 1101000 10110 111 0 111011 11000110 1100 100100

Color Harmonies of #516168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516168

Black with #516168

Text Example


Text Example

White with #516168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516168; }

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

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

background-color css

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

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

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

border-color css

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

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

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