Html Css Color HEX #51575D Fiord

📋 copy color: '#51575D'

red 81 ◦ green 87 ◦ blue 93

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

Shades of Fiord #51575D

Tints of Fiord #51575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.33%

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 31.03%
G = 33.33%
B = 35.63%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51575D (or 0x51575D) is known color: Fiord. HEX triplet: 51, 57 and 5D. RGB value is (81,87,93). Sum of RGB (Red+Green+Blue) = 81+87+93=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 93 - color contains mainly: blue. Hex color #51575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51575D is #AEA8A2. Grayscale: #555555. Windows color (decimal): -11446435 or 6117201. OLE color: 6117201.

HSL color Cylindrical-coordinate representation of color #51575D: hue angle of 210º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #51575D is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 87 93 -
CMYK 0.13 0.06 0 0.64
HSL 210º 0.07% 0.34% -
HSV(B) 210º 0.13% 0.36% -
XYZ 8.78 9.36 11.7 -
YUV 85.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 81 87 93 0.13 0.06 0 0.64 210 0.07 0.34
Hex 51 57 5D D 6 0 40 D2 7 22
Octal 121 127 135 15 6 0 100 322 7 42
Binary 1010001 1010111 1011101 1101 110 0 1000000 11010010 111 100010

Color Harmonies of #51575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51575D

Black with #51575D

Text Example


Text Example

White with #51575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51575D; }

 p { color: rgb(81,87,93); }

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

background-color css

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

 a { background-color: rgb(81,87,93); }

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

border-color css

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

 span { border-color: rgb(81,87,93); }

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