Html Css Color HEX #505E68 Fiord

📋 copy color: '#505E68'

red 80 ◦ green 94 ◦ blue 104

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

Shades of Fiord #505E68

Tints of Fiord #505E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 28.78%
G = 33.81%
B = 37.41%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505E68 (or 0x505E68) is known color: Fiord. HEX triplet: 50, 5E and 68. RGB value is (80,94,104). Sum of RGB (Red+Green+Blue) = 80+94+104=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #505E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E68 is #AFA197. Grayscale: #5A5A5A. Windows color (decimal): -11510168 or 6839888. OLE color: 6839888.

HSL color Cylindrical-coordinate representation of color #505E68: hue angle of 205º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505E68 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 94 104 -
CMYK 0.23 0.10 0 0.59
HSL 205º 0.13% 0.36% -
HSV(B) 205º 0.23% 0.41% -
XYZ 9.81 10.71 14.65 -
YUV 90.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 80 94 104 0.23 0.10 0 0.59 205 0.13 0.36
Hex 50 5E 68 17 A 0 3B CD D 24
Octal 120 136 150 27 12 0 73 315 15 44
Binary 1010000 1011110 1101000 10111 1010 0 111011 11001101 1101 100100

Color Harmonies of #505E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E68

Black with #505E68

Text Example


Text Example

White with #505E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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