Html Css Color HEX #50606C Fiord

📋 copy color: '#50606C'

red 80 ◦ green 96 ◦ blue 108

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

Shades of Fiord #50606C

Tints of Fiord #50606C

RGB

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

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

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

R = 28.17%
G = 33.8%
B = 38.03%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50606C (or 0x50606C) is known color: Fiord. HEX triplet: 50, 60 and 6C. RGB value is (80,96,108). Sum of RGB (Red+Green+Blue) = 80+96+108=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #50606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50606C is #AF9F93. Grayscale: #5C5C5C. Windows color (decimal): -11509652 or 7102544. OLE color: 7102544.

HSL color Cylindrical-coordinate representation of color #50606C: hue angle of 205.71º 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 #50606C is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 96 108 -
CMYK 0.26 0.11 0 0.58
HSL 205.71º 0.15% 0.37% -
HSV(B) 205.71º 0.26% 0.42% -
XYZ 10.2 11.15 15.8 -
YUV 92.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 80 96 108 0.26 0.11 0 0.58 205.71 0.15 0.37
Hex 50 60 6C 1A B 0 3A CE F 25
Octal 120 140 154 32 13 0 72 316 17 45
Binary 1010000 1100000 1101100 11010 1011 0 111010 11001110 1111 100101

Color Harmonies of #50606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50606C

Black with #50606C

Text Example


Text Example

White with #50606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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