Html Css Color HEX #51616C Fiord

📋 copy color: '#51616C'

red 81 ◦ green 97 ◦ blue 108

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

Shades of Fiord #51616C

Tints of Fiord #51616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 28.32%
G = 33.92%
B = 37.76%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51616C (or 0x51616C) is known color: Fiord. HEX triplet: 51, 61 and 6C. RGB value is (81,97,108). Sum of RGB (Red+Green+Blue) = 81+97+108=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #51616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51616C is #AE9E93. Grayscale: #5D5D5D. Windows color (decimal): -11443860 or 7102801. OLE color: 7102801.

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

Color convert

RGB 81 97 108 -
CMYK 0.25 0.10 0 0.58
HSL 204.44º 0.14% 0.37% -
HSV(B) 204.44º 0.25% 0.42% -
XYZ 10.37 11.38 15.84 -
YUV 93.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 81 97 108 0.25 0.10 0 0.58 204.44 0.14 0.37
Hex 51 61 6C 19 A 0 3A CC E 25
Octal 121 141 154 31 12 0 72 314 16 45
Binary 1010001 1100001 1101100 11001 1010 0 111010 11001100 1110 100101

Color Harmonies of #51616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51616C

Black with #51616C

Text Example


Text Example

White with #51616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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