Html Css Color HEX #505D6A Fiord

📋 copy color: '#505D6A'

red 80 ◦ green 93 ◦ blue 106

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

Shades of Fiord #505D6A

Tints of Fiord #505D6A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 28.67%
G = 33.33%
B = 37.99%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#505D6A (or 0x505D6A) is known color: Fiord. HEX triplet: 50, 5D and 6A. RGB value is (80,93,106). Sum of RGB (Red+Green+Blue) = 80+93+106=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #505D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D6A is #AFA295. Grayscale: #5A5A5A. Windows color (decimal): -11510422 or 6970704. OLE color: 6970704.

HSL color Cylindrical-coordinate representation of color #505D6A: hue angle of 210º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505D6A is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 93 106 -
CMYK 0.25 0.12 0 0.58
HSL 210º 0.14% 0.36% -
HSV(B) 210º 0.25% 0.42% -
XYZ 9.82 10.57 15.16 -
YUV 90.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 80 93 106 0.25 0.12 0 0.58 210 0.14 0.36
Hex 50 5D 6A 19 C 0 3A D2 E 24
Octal 120 135 152 31 14 0 72 322 16 44
Binary 1010000 1011101 1101010 11001 1100 0 111010 11010010 1110 100100

Color Harmonies of #505D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D6A

Black with #505D6A

Text Example


Text Example

White with #505D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,93,106); }

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

background-color css

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

 a { background-color: rgb(80,93,106); }

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

border-color css

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

 span { border-color: rgb(80,93,106); }

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