Html Css Color HEX #51626D Fiord

📋 copy color: '#51626D'

red 81 ◦ green 98 ◦ blue 109

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

Shades of Fiord #51626D

Tints of Fiord #51626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.03%

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

R = 28.13%
G = 34.03%
B = 37.85%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51626D (or 0x51626D) is known color: Fiord. HEX triplet: 51, 62 and 6D. RGB value is (81,98,109). Sum of RGB (Red+Green+Blue) = 81+98+109=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #51626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51626D is #AE9D92. Grayscale: #5E5E5E. Windows color (decimal): -11443603 or 7168593. OLE color: 7168593.

HSL color Cylindrical-coordinate representation of color #51626D: hue angle of 203.57º 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 #51626D is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 98 109 -
CMYK 0.26 0.10 0 0.57
HSL 203.57º 0.15% 0.37% -
HSV(B) 203.57º 0.26% 0.43% -
XYZ 10.52 11.59 16.15 -
YUV 94.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 81 98 109 0.26 0.10 0 0.57 203.57 0.15 0.37
Hex 51 62 6D 1A A 0 39 CC F 25
Octal 121 142 155 32 12 0 71 314 17 45
Binary 1010001 1100010 1101101 11010 1010 0 111001 11001100 1111 100101

Color Harmonies of #51626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51626D

Black with #51626D

Text Example


Text Example

White with #51626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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