Html Css Color HEX #50636F Fiord

📋 copy color: '#50636F'

red 80 ◦ green 99 ◦ blue 111

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

Shades of Fiord #50636F

Tints of Fiord #50636F

RGB

 RED value IS 80 (31.64% from 255) = 27.59%

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

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

R = 27.59%
G = 34.14%
B = 38.28%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50636F (or 0x50636F) is known color: Fiord. HEX triplet: 50, 63 and 6F. RGB value is (80,99,111). Sum of RGB (Red+Green+Blue) = 80+99+111=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #50636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50636F is #AF9C90. Grayscale: #5E5E5E. Windows color (decimal): -11508881 or 7299920. OLE color: 7299920.

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

Color convert

RGB 80 99 111 -
CMYK 0.28 0.11 0 0.56
HSL 203.23º 0.16% 0.37% -
HSV(B) 203.23º 0.28% 0.44% -
XYZ 10.64 11.78 16.75 -
YUV 94.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 80 99 111 0.28 0.11 0 0.56 203.23 0.16 0.37
Hex 50 63 6F 1C B 0 38 CB 10 25
Octal 120 143 157 34 13 0 70 313 20 45
Binary 1010000 1100011 1101111 11100 1011 0 111000 11001011 10000 100101

Color Harmonies of #50636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50636F

Black with #50636F

Text Example


Text Example

White with #50636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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