Html Css Color HEX #50606E Fiord

📋 copy color: '#50606E'

red 80 ◦ green 96 ◦ blue 110

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

Shades of Fiord #50606E

Tints of Fiord #50606E

RGB

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

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

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

R = 27.97%
G = 33.57%
B = 38.46%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50606E (or 0x50606E) is known color: Fiord. HEX triplet: 50, 60 and 6E. RGB value is (80,96,110). Sum of RGB (Red+Green+Blue) = 80+96+110=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #50606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50606E is #AF9F91. Grayscale: #5C5C5C. Windows color (decimal): -11509650 or 7233616. OLE color: 7233616.

HSL color Cylindrical-coordinate representation of color #50606E: hue angle of 208º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50606E is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 96 110 -
CMYK 0.27 0.13 0 0.57
HSL 208º 0.16% 0.37% -
HSV(B) 208º 0.27% 0.43% -
XYZ 10.31 11.2 16.37 -
YUV 92.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 80 96 110 0.27 0.13 0 0.57 208 0.16 0.37
Hex 50 60 6E 1B D 0 39 D0 10 25
Octal 120 140 156 33 15 0 71 320 20 45
Binary 1010000 1100000 1101110 11011 1101 0 111001 11010000 10000 100101

Color Harmonies of #50606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50606E

Black with #50606E

Text Example


Text Example

White with #50606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,96,110); }

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

background-color css

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

 a { background-color: rgb(80,96,110); }

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

border-color css

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

 span { border-color: rgb(80,96,110); }

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