Html Css Color HEX #51585D Fiord

📋 copy color: '#51585D'

red 81 ◦ green 88 ◦ blue 93

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

Shades of Fiord #51585D

Tints of Fiord #51585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.59%

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

R = 30.92%
G = 33.59%
B = 35.5%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51585D (or 0x51585D) is known color: Fiord. HEX triplet: 51, 58 and 5D. RGB value is (81,88,93). Sum of RGB (Red+Green+Blue) = 81+88+93=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #51585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51585D is #AEA7A2. Grayscale: #565656. Windows color (decimal): -11446179 or 6117457. OLE color: 6117457.

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

Color convert

RGB 81 88 93 -
CMYK 0.13 0.05 0 0.64
HSL 205º 0.07% 0.34% -
HSV(B) 205º 0.13% 0.36% -
XYZ 8.86 9.52 11.73 -
YUV 86.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 81 88 93 0.13 0.05 0 0.64 205 0.07 0.34
Hex 51 58 5D D 5 0 40 CD 7 22
Octal 121 130 135 15 5 0 100 315 7 42
Binary 1010001 1011000 1011101 1101 101 0 1000000 11001101 111 100010

Color Harmonies of #51585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51585D

Black with #51585D

Text Example


Text Example

White with #51585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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