Html Css Color HEX #50565C Fiord

📋 copy color: '#50565C'

red 80 ◦ green 86 ◦ blue 92

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

Shades of Fiord #50565C

Tints of Fiord #50565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.33%

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 31.01%
G = 33.33%
B = 35.66%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50565C (or 0x50565C) is known color: Fiord. HEX triplet: 50, 56 and 5C. RGB value is (80,86,92). Sum of RGB (Red+Green+Blue) = 80+86+92=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 92 - color contains mainly: blue. Hex color #50565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50565C is #AFA9A3. Grayscale: #545454. Windows color (decimal): -11512228 or 6051408. OLE color: 6051408.

HSL color Cylindrical-coordinate representation of color #50565C: hue angle of 210º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #50565C is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 86 92 -
CMYK 0.13 0.07 0 0.64
HSL 210º 0.07% 0.34% -
HSV(B) 210º 0.13% 0.36% -
XYZ 8.57 9.13 11.44 -
YUV 84.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 80 86 92 0.13 0.07 0 0.64 210 0.07 0.34
Hex 50 56 5C D 7 0 40 D2 7 22
Octal 120 126 134 15 7 0 100 322 7 42
Binary 1010000 1010110 1011100 1101 111 0 1000000 11010010 111 100010

Color Harmonies of #50565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50565C

Black with #50565C

Text Example


Text Example

White with #50565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,86,92); }

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

background-color css

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

 a { background-color: rgb(80,86,92); }

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

border-color css

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

 span { border-color: rgb(80,86,92); }

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