Html Css Color HEX #516067 Fiord

📋 copy color: '#516067'

red 81 ◦ green 96 ◦ blue 103

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

Shades of Fiord #516067

Tints of Fiord #516067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 28.93%
G = 34.29%
B = 36.79%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#516067 (or 0x516067) is known color: Fiord. HEX triplet: 51, 60 and 67. RGB value is (81,96,103). Sum of RGB (Red+Green+Blue) = 81+96+103=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #516067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516067 is #AE9F98. Grayscale: #5C5C5C. Windows color (decimal): -11444121 or 6774865. OLE color: 6774865.

HSL color Cylindrical-coordinate representation of color #516067: hue angle of 199.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516067 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 96 103 -
CMYK 0.21 0.07 0 0.60
HSL 199.09º 0.12% 0.36% -
HSV(B) 199.09º 0.21% 0.4% -
XYZ 10.02 11.09 14.45 -
YUV 92.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 81 96 103 0.21 0.07 0 0.60 199.09 0.12 0.36
Hex 51 60 67 15 7 0 3C C7 C 24
Octal 121 140 147 25 7 0 74 307 14 44
Binary 1010001 1100000 1100111 10101 111 0 111100 11000111 1100 100100

Color Harmonies of #516067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516067

Black with #516067

Text Example


Text Example

White with #516067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516067; }

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

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

background-color css

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

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

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

border-color css

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

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

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