Html Css Color HEX #505C68 Fiord

📋 copy color: '#505C68'

red 80 ◦ green 92 ◦ blue 104

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

Shades of Fiord #505C68

Tints of Fiord #505C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

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

R = 28.99%
G = 33.33%
B = 37.68%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505C68 (or 0x505C68) is known color: Fiord. HEX triplet: 50, 5C and 68. RGB value is (80,92,104). Sum of RGB (Red+Green+Blue) = 80+92+104=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #505C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C68 is #AFA397. Grayscale: #595959. Windows color (decimal): -11510680 or 6839376. OLE color: 6839376.

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

Color convert

RGB 80 92 104 -
CMYK 0.23 0.12 0 0.59
HSL 210º 0.13% 0.36% -
HSV(B) 210º 0.23% 0.41% -
XYZ 9.63 10.36 14.59 -
YUV 89.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 80 92 104 0.23 0.12 0 0.59 210 0.13 0.36
Hex 50 5C 68 17 C 0 3B D2 D 24
Octal 120 134 150 27 14 0 73 322 15 44
Binary 1010000 1011100 1101000 10111 1100 0 111011 11010010 1101 100100

Color Harmonies of #505C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C68

Black with #505C68

Text Example


Text Example

White with #505C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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