Html Css Color HEX #50636C Fiord

📋 copy color: '#50636C'

red 80 ◦ green 99 ◦ blue 108

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

Shades of Fiord #50636C

Tints of Fiord #50636C

RGB

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

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

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

R = 27.87%
G = 34.49%
B = 37.63%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50636C (or 0x50636C) is known color: Fiord. HEX triplet: 50, 63 and 6C. RGB value is (80,99,108). Sum of RGB (Red+Green+Blue) = 80+99+108=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #50636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50636C is #AF9C93. Grayscale: #5E5E5E. Windows color (decimal): -11508884 or 7103312. OLE color: 7103312.

HSL color Cylindrical-coordinate representation of color #50636C: hue angle of 199.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50636C is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 99 108 -
CMYK 0.26 0.08 0 0.58
HSL 199.29º 0.15% 0.37% -
HSV(B) 199.29º 0.26% 0.42% -
XYZ 10.48 11.71 15.9 -
YUV 94.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 80 99 108 0.26 0.08 0 0.58 199.29 0.15 0.37
Hex 50 63 6C 1A 8 0 3A C7 F 25
Octal 120 143 154 32 10 0 72 307 17 45
Binary 1010000 1100011 1101100 11010 1000 0 111010 11000111 1111 100101

Color Harmonies of #50636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50636C

Black with #50636C

Text Example


Text Example

White with #50636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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