Html Css Color HEX #51616A Fiord

📋 copy color: '#51616A'

red 81 ◦ green 97 ◦ blue 106

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

Shades of Fiord #51616A

Tints of Fiord #51616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 28.52%
G = 34.15%
B = 37.32%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51616A (or 0x51616A) is known color: Fiord. HEX triplet: 51, 61 and 6A. RGB value is (81,97,106). Sum of RGB (Red+Green+Blue) = 81+97+106=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #51616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51616A is #AE9E95. Grayscale: #5D5D5D. Windows color (decimal): -11443862 or 6971729. OLE color: 6971729.

HSL color Cylindrical-coordinate representation of color #51616A: hue angle of 201.6º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #51616A is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 97 106 -
CMYK 0.24 0.08 0 0.58
HSL 201.6º 0.13% 0.37% -
HSV(B) 201.6º 0.24% 0.42% -
XYZ 10.27 11.34 15.28 -
YUV 93.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 81 97 106 0.24 0.08 0 0.58 201.6 0.13 0.37
Hex 51 61 6A 18 8 0 3A CA D 25
Octal 121 141 152 30 10 0 72 312 15 45
Binary 1010001 1100001 1101010 11000 1000 0 111010 11001010 1101 100101

Color Harmonies of #51616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51616A

Black with #51616A

Text Example


Text Example

White with #51616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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