Html Css Color HEX #505961 Fiord

📋 copy color: '#505961'

red 80 ◦ green 89 ◦ blue 97

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

Shades of Fiord #505961

Tints of Fiord #505961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.46%

 BLUE value IS 97 (38.28% from 255) = 36.47%

R = 30.08%
G = 33.46%
B = 36.47%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505961 (or 0x505961) is known color: Fiord. HEX triplet: 50, 59 and 61. RGB value is (80,89,97). Sum of RGB (Red+Green+Blue) = 80+89+97=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #505961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505961 is #AFA69E. Grayscale: #575757. Windows color (decimal): -11511455 or 6379856. OLE color: 6379856.

HSL color Cylindrical-coordinate representation of color #505961: hue angle of 208.24º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505961 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 89 97 -
CMYK 0.18 0.08 0 0.62
HSL 208.24º 0.1% 0.35% -
HSV(B) 208.24º 0.18% 0.38% -
XYZ 9.04 9.71 12.71 -
YUV 87.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 80 89 97 0.18 0.08 0 0.62 208.24 0.1 0.35
Hex 50 59 61 12 8 0 3E D0 A 23
Octal 120 131 141 22 10 0 76 320 12 43
Binary 1010000 1011001 1100001 10010 1000 0 111110 11010000 1010 100011

Color Harmonies of #505961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505961

Black with #505961

Text Example


Text Example

White with #505961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505961; }

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

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

background-color css

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

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

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

border-color css

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

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

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