Html Css Color HEX #505E69 Fiord

📋 copy color: '#505E69'

red 80 ◦ green 94 ◦ blue 105

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

Shades of Fiord #505E69

Tints of Fiord #505E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.69%

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

R = 28.67%
G = 33.69%
B = 37.63%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505E69 (or 0x505E69) is known color: Fiord. HEX triplet: 50, 5E and 69. RGB value is (80,94,105). Sum of RGB (Red+Green+Blue) = 80+94+105=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 105 - color contains mainly: blue. Hex color #505E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E69 is #AFA196. Grayscale: #5B5B5B. Windows color (decimal): -11510167 or 6905424. OLE color: 6905424.

HSL color Cylindrical-coordinate representation of color #505E69: hue angle of 206.4º 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 #505E69 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 94 105 -
CMYK 0.24 0.10 0 0.59
HSL 206.4º 0.14% 0.36% -
HSV(B) 206.4º 0.24% 0.41% -
XYZ 9.86 10.73 14.92 -
YUV 91.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 80 94 105 0.24 0.10 0 0.59 206.4 0.14 0.36
Hex 50 5E 69 18 A 0 3B CE E 24
Octal 120 136 151 30 12 0 73 316 16 44
Binary 1010000 1011110 1101001 11000 1010 0 111011 11001110 1110 100100

Color Harmonies of #505E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E69

Black with #505E69

Text Example


Text Example

White with #505E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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