Html Css Color HEX #51606C Fiord

📋 copy color: '#51606C'

red 81 ◦ green 96 ◦ blue 108

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

Shades of Fiord #51606C

Tints of Fiord #51606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

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

R = 28.42%
G = 33.68%
B = 37.89%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51606C (or 0x51606C) is known color: Fiord. HEX triplet: 51, 60 and 6C. RGB value is (81,96,108). Sum of RGB (Red+Green+Blue) = 81+96+108=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #51606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51606C is #AE9F93. Grayscale: #5C5C5C. Windows color (decimal): -11444116 or 7102545. OLE color: 7102545.

HSL color Cylindrical-coordinate representation of color #51606C: hue angle of 206.67º 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 #51606C is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 96 108 -
CMYK 0.25 0.11 0 0.58
HSL 206.67º 0.14% 0.37% -
HSV(B) 206.67º 0.25% 0.42% -
XYZ 10.28 11.2 15.81 -
YUV 92.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 81 96 108 0.25 0.11 0 0.58 206.67 0.14 0.37
Hex 51 60 6C 19 B 0 3A CF E 25
Octal 121 140 154 31 13 0 72 317 16 45
Binary 1010001 1100000 1101100 11001 1011 0 111010 11001111 1110 100101

Color Harmonies of #51606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51606C

Black with #51606C

Text Example


Text Example

White with #51606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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