Html Css Color HEX #51616D Fiord

📋 copy color: '#51616D'

red 81 ◦ green 97 ◦ blue 109

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

Shades of Fiord #51616D

Tints of Fiord #51616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 28.22%
G = 33.8%
B = 37.98%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51616D (or 0x51616D) is known color: Fiord. HEX triplet: 51, 61 and 6D. RGB value is (81,97,109). Sum of RGB (Red+Green+Blue) = 81+97+109=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #51616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51616D is #AE9E92. Grayscale: #5D5D5D. Windows color (decimal): -11443859 or 7168337. OLE color: 7168337.

HSL color Cylindrical-coordinate representation of color #51616D: hue angle of 205.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51616D is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 97 109 -
CMYK 0.26 0.11 0 0.57
HSL 205.71º 0.15% 0.37% -
HSV(B) 205.71º 0.26% 0.43% -
XYZ 10.43 11.4 16.12 -
YUV 93.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 81 97 109 0.26 0.11 0 0.57 205.71 0.15 0.37
Hex 51 61 6D 1A B 0 39 CE F 25
Octal 121 141 155 32 13 0 71 316 17 45
Binary 1010001 1100001 1101101 11010 1011 0 111001 11001110 1111 100101

Color Harmonies of #51616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51616D

Black with #51616D

Text Example


Text Example

White with #51616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,97,109); }

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

background-color css

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

 a { background-color: rgb(81,97,109); }

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

border-color css

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

 span { border-color: rgb(81,97,109); }

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