Html Css Color HEX #505E66 Fiord

📋 copy color: '#505E66'

red 80 ◦ green 94 ◦ blue 102

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

Shades of Fiord #505E66

Tints of Fiord #505E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 28.99%
G = 34.06%
B = 36.96%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#505E66 (or 0x505E66) is known color: Fiord. HEX triplet: 50, 5E and 66. RGB value is (80,94,102). Sum of RGB (Red+Green+Blue) = 80+94+102=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 102 - color contains mainly: blue. Hex color #505E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E66 is #AFA199. Grayscale: #5A5A5A. Windows color (decimal): -11510170 or 6708816. OLE color: 6708816.

HSL color Cylindrical-coordinate representation of color #505E66: hue angle of 201.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505E66 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 94 102 -
CMYK 0.22 0.08 0 0.6
HSL 201.82º 0.12% 0.36% -
HSV(B) 201.82º 0.22% 0.4% -
XYZ 9.71 10.67 14.12 -
YUV 90.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 80 94 102 0.22 0.08 0 0.6 201.82 0.12 0.36
Hex 50 5E 66 16 8 0 3C CA C 24
Octal 120 136 146 26 10 0 74 312 14 44
Binary 1010000 1011110 1100110 10110 1000 0 111100 11001010 1100 100100

Color Harmonies of #505E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E66

Black with #505E66

Text Example


Text Example

White with #505E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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