Html Css Color HEX #51626E Fiord

📋 copy color: '#51626E'

red 81 ◦ green 98 ◦ blue 110

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

Shades of Fiord #51626E

Tints of Fiord #51626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 28.03%
G = 33.91%
B = 38.06%

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

#51626E (or 0x51626E) is known color: Fiord. HEX triplet: 51, 62 and 6E. RGB value is (81,98,110). Sum of RGB (Red+Green+Blue) = 81+98+110=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #51626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51626E is #AE9D91. Grayscale: #5E5E5E. Windows color (decimal): -11443602 or 7234129. OLE color: 7234129.

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

Color convert

RGB 81 98 110 -
CMYK 0.26 0.11 0 0.57
HSL 204.83º 0.15% 0.37% -
HSV(B) 204.83º 0.26% 0.43% -
XYZ 10.58 11.61 16.44 -
YUV 94.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 81 98 110 0.26 0.11 0 0.57 204.83 0.15 0.37
Hex 51 62 6E 1A B 0 39 CD F 25
Octal 121 142 156 32 13 0 71 315 17 45
Binary 1010001 1100010 1101110 11010 1011 0 111001 11001101 1111 100101

Color Harmonies of #51626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51626E

Black with #51626E

Text Example


Text Example

White with #51626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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