Html Css Color HEX #516068 Fiord

📋 copy color: '#516068'

red 81 ◦ green 96 ◦ blue 104

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

Shades of Fiord #516068

Tints of Fiord #516068

RGB

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

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

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

R = 28.83%
G = 34.16%
B = 37.01%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#516068 (or 0x516068) is known color: Fiord. HEX triplet: 51, 60 and 68. RGB value is (81,96,104). Sum of RGB (Red+Green+Blue) = 81+96+104=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #516068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516068 is #AE9F97. Grayscale: #5C5C5C. Windows color (decimal): -11444120 or 6840401. OLE color: 6840401.

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

Color convert

RGB 81 96 104 -
CMYK 0.22 0.08 0 0.59
HSL 200.87º 0.12% 0.36% -
HSV(B) 200.87º 0.22% 0.41% -
XYZ 10.07 11.11 14.71 -
YUV 92.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 81 96 104 0.22 0.08 0 0.59 200.87 0.12 0.36
Hex 51 60 68 16 8 0 3B C9 C 24
Octal 121 140 150 26 10 0 73 311 14 44
Binary 1010001 1100000 1101000 10110 1000 0 111011 11001001 1100 100100

Color Harmonies of #516068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516068

Black with #516068

Text Example


Text Example

White with #516068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516068; }

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

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

background-color css

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

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

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

border-color css

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

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

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