Html Css Color HEX #506168 Fiord

📋 copy color: '#506168'

red 80 ◦ green 97 ◦ blue 104

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

Shades of Fiord #506168

Tints of Fiord #506168

RGB

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

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

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

R = 28.47%
G = 34.52%
B = 37.01%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#506168 (or 0x506168) is known color: Fiord. HEX triplet: 50, 61 and 68. RGB value is (80,97,104). Sum of RGB (Red+Green+Blue) = 80+97+104=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #506168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506168 is #AF9E97. Grayscale: #5C5C5C. Windows color (decimal): -11509400 or 6840656. OLE color: 6840656.

HSL color Cylindrical-coordinate representation of color #506168: hue angle of 197.5º 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 #506168 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 97 104 -
CMYK 0.23 0.07 0 0.59
HSL 197.5º 0.13% 0.36% -
HSV(B) 197.5º 0.23% 0.41% -
XYZ 10.08 11.25 14.74 -
YUV 92.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 80 97 104 0.23 0.07 0 0.59 197.5 0.13 0.36
Hex 50 61 68 17 7 0 3B C6 D 24
Octal 120 141 150 27 7 0 73 306 15 44
Binary 1010000 1100001 1101000 10111 111 0 111011 11000110 1101 100100

Color Harmonies of #506168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506168

Black with #506168

Text Example


Text Example

White with #506168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506168; }

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

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

background-color css

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

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

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

border-color css

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

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

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