Html Css Color HEX #51636F Fiord

📋 copy color: '#51636F'

red 81 ◦ green 99 ◦ blue 111

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

Shades of Fiord #51636F

Tints of Fiord #51636F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 27.84%
G = 34.02%
B = 38.14%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51636F (or 0x51636F) is known color: Fiord. HEX triplet: 51, 63 and 6F. RGB value is (81,99,111). Sum of RGB (Red+Green+Blue) = 81+99+111=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #51636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51636F is #AE9C90. Grayscale: #5E5E5E. Windows color (decimal): -11443345 or 7299921. OLE color: 7299921.

HSL color Cylindrical-coordinate representation of color #51636F: hue angle of 204º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51636F is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 99 111 -
CMYK 0.27 0.11 0 0.56
HSL 204º 0.16% 0.38% -
HSV(B) 204º 0.27% 0.44% -
XYZ 10.72 11.82 16.76 -
YUV 94.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 81 99 111 0.27 0.11 0 0.56 204 0.16 0.38
Hex 51 63 6F 1B B 0 38 CC 10 26
Octal 121 143 157 33 13 0 70 314 20 46
Binary 1010001 1100011 1101111 11011 1011 0 111000 11001100 10000 100110

Color Harmonies of #51636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51636F

Black with #51636F

Text Example


Text Example

White with #51636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51636F; }

 p { color: rgb(81,99,111); }

 H1.HeaderClassName
 {
   color: #51636F;
 }
 .AnyTagClassName
 {
   color: #51636F;
 }
</style>

background-color css

<style>
 a { background-color: #51636F; }

 a { background-color: rgb(81,99,111); }

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

border-color css

<style>
 span { border-color: #51636F; }

 span { border-color: rgb(81,99,111); }

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