Html Css Color HEX #505B61 Fiord

📋 copy color: '#505B61'

red 80 ◦ green 91 ◦ blue 97

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

Shades of Fiord #505B61

Tints of Fiord #505B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

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

R = 29.85%
G = 33.96%
B = 36.19%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505B61 (or 0x505B61) is known color: Fiord. HEX triplet: 50, 5B and 61. RGB value is (80,91,97). Sum of RGB (Red+Green+Blue) = 80+91+97=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #505B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B61 is #AFA49E. Grayscale: #585858. Windows color (decimal): -11510943 or 6380368. OLE color: 6380368.

HSL color Cylindrical-coordinate representation of color #505B61: hue angle of 201.18º 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 #505B61 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 91 97 -
CMYK 0.18 0.06 0 0.62
HSL 201.18º 0.1% 0.35% -
HSV(B) 201.18º 0.18% 0.38% -
XYZ 9.21 10.05 12.76 -
YUV 88.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 80 91 97 0.18 0.06 0 0.62 201.18 0.1 0.35
Hex 50 5B 61 12 6 0 3E C9 A 23
Octal 120 133 141 22 6 0 76 311 12 43
Binary 1010000 1011011 1100001 10010 110 0 111110 11001001 1010 100011

Color Harmonies of #505B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B61

Black with #505B61

Text Example


Text Example

White with #505B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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