Html Css Color HEX #506169 Fiord

📋 copy color: '#506169'

red 80 ◦ green 97 ◦ blue 105

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

Shades of Fiord #506169

Tints of Fiord #506169

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 28.37%
G = 34.4%
B = 37.23%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#506169 (or 0x506169) is known color: Fiord. HEX triplet: 50, 61 and 69. RGB value is (80,97,105). Sum of RGB (Red+Green+Blue) = 80+97+105=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #506169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506169 is #AF9E96. Grayscale: #5C5C5C. Windows color (decimal): -11509399 or 6906192. OLE color: 6906192.

HSL color Cylindrical-coordinate representation of color #506169: hue angle of 199.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506169 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 97 105 -
CMYK 0.24 0.08 0 0.59
HSL 199.2º 0.14% 0.36% -
HSV(B) 199.2º 0.24% 0.41% -
XYZ 10.13 11.27 15.01 -
YUV 92.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 80 97 105 0.24 0.08 0 0.59 199.2 0.14 0.36
Hex 50 61 69 18 8 0 3B C7 E 24
Octal 120 141 151 30 10 0 73 307 16 44
Binary 1010000 1100001 1101001 11000 1000 0 111011 11000111 1110 100100

Color Harmonies of #506169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506169

Black with #506169

Text Example


Text Example

White with #506169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506169; }

 p { color: rgb(80,97,105); }

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

background-color css

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

 a { background-color: rgb(80,97,105); }

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

border-color css

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

 span { border-color: rgb(80,97,105); }

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