Html Css Color HEX #51595D Fiord

📋 copy color: '#51595D'

red 81 ◦ green 89 ◦ blue 93

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

Shades of Fiord #51595D

Tints of Fiord #51595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.84%

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

R = 30.8%
G = 33.84%
B = 35.36%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51595D (or 0x51595D) is known color: Fiord. HEX triplet: 51, 59 and 5D. RGB value is (81,89,93). Sum of RGB (Red+Green+Blue) = 81+89+93=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #51595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51595D is #AEA6A2. Grayscale: #575757. Windows color (decimal): -11445923 or 6117713. OLE color: 6117713.

HSL color Cylindrical-coordinate representation of color #51595D: hue angle of 200º 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 #51595D is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 89 93 -
CMYK 0.13 0.04 0 0.64
HSL 200º 0.07% 0.34% -
HSV(B) 200º 0.13% 0.36% -
XYZ 8.94 9.68 11.75 -
YUV 87.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 81 89 93 0.13 0.04 0 0.64 200 0.07 0.34
Hex 51 59 5D D 4 0 40 C8 7 22
Octal 121 131 135 15 4 0 100 310 7 42
Binary 1010001 1011001 1011101 1101 100 0 1000000 11001000 111 100010

Color Harmonies of #51595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51595D

Black with #51595D

Text Example


Text Example

White with #51595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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