Html Css Color HEX #515B64 Fiord

📋 copy color: '#515B64'

red 81 ◦ green 91 ◦ blue 100

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

Shades of Fiord #515B64

Tints of Fiord #515B64

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.46%

 BLUE value IS 100 (39.45% from 255) = 36.76%

R = 29.78%
G = 33.46%
B = 36.76%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#515B64 (or 0x515B64) is known color: Fiord. HEX triplet: 51, 5B and 64. RGB value is (81,91,100). Sum of RGB (Red+Green+Blue) = 81+91+100=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 100 - color contains mainly: blue. Hex color #515B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B64 is #AEA49B. Grayscale: #585858. Windows color (decimal): -11445404 or 6576977. OLE color: 6576977.

HSL color Cylindrical-coordinate representation of color #515B64: hue angle of 208.42º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #515B64 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 91 100 -
CMYK 0.19 0.09 0 0.61
HSL 208.42º 0.1% 0.35% -
HSV(B) 208.42º 0.19% 0.39% -
XYZ 9.43 10.15 13.52 -
YUV 89.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 81 91 100 0.19 0.09 0 0.61 208.42 0.1 0.35
Hex 51 5B 64 13 9 0 3D D0 A 23
Octal 121 133 144 23 11 0 75 320 12 43
Binary 1010001 1011011 1100100 10011 1001 0 111101 11010000 1010 100011

Color Harmonies of #515B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B64

Black with #515B64

Text Example


Text Example

White with #515B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515B64; }

 p { color: rgb(81,91,100); }

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

background-color css

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

 a { background-color: rgb(81,91,100); }

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

border-color css

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

 span { border-color: rgb(81,91,100); }

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