Html Css Color HEX #516269 Fiord

📋 copy color: '#516269'

red 81 ◦ green 98 ◦ blue 105

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

Shades of Fiord #516269

Tints of Fiord #516269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 28.52%
G = 34.51%
B = 36.97%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#516269 (or 0x516269) is known color: Fiord. HEX triplet: 51, 62 and 69. RGB value is (81,98,105). Sum of RGB (Red+Green+Blue) = 81+98+105=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #516269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516269 is #AE9D96. Grayscale: #5D5D5D. Windows color (decimal): -11443607 or 6906449. OLE color: 6906449.

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

Color convert

RGB 81 98 105 -
CMYK 0.23 0.07 0 0.59
HSL 197.5º 0.13% 0.36% -
HSV(B) 197.5º 0.23% 0.41% -
XYZ 10.31 11.5 15.04 -
YUV 93.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 81 98 105 0.23 0.07 0 0.59 197.5 0.13 0.36
Hex 51 62 69 17 7 0 3B C6 D 24
Octal 121 142 151 27 7 0 73 306 15 44
Binary 1010001 1100010 1101001 10111 111 0 111011 11000110 1101 100100

Color Harmonies of #516269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516269

Black with #516269

Text Example


Text Example

White with #516269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516269; }

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

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

background-color css

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

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

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

border-color css

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

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

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