Html Css Color HEX #516066 Fiord

📋 copy color: '#516066'

red 81 ◦ green 96 ◦ blue 102

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

Shades of Fiord #516066

Tints of Fiord #516066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 29.03%
G = 34.41%
B = 36.56%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#516066 (or 0x516066) is known color: Fiord. HEX triplet: 51, 60 and 66. RGB value is (81,96,102). Sum of RGB (Red+Green+Blue) = 81+96+102=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 102 - color contains mainly: blue. Hex color #516066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516066 is #AE9F99. Grayscale: #5C5C5C. Windows color (decimal): -11444122 or 6709329. OLE color: 6709329.

HSL color Cylindrical-coordinate representation of color #516066: hue angle of 197.14º degrees, saturation: 0.11, 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 #516066 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 96 102 -
CMYK 0.21 0.06 0 0.6
HSL 197.14º 0.11% 0.36% -
HSV(B) 197.14º 0.21% 0.4% -
XYZ 9.97 11.07 14.18 -
YUV 92.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 81 96 102 0.21 0.06 0 0.6 197.14 0.11 0.36
Hex 51 60 66 15 6 0 3C C5 B 24
Octal 121 140 146 25 6 0 74 305 13 44
Binary 1010001 1100000 1100110 10101 110 0 111100 11000101 1011 100100

Color Harmonies of #516066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516066

Black with #516066

Text Example


Text Example

White with #516066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516066; }

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

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

background-color css

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

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

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

border-color css

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

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

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