Html Css Color HEX #505E6C Fiord

📋 copy color: '#505E6C'

red 80 ◦ green 94 ◦ blue 108

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

Shades of Fiord #505E6C

Tints of Fiord #505E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 28.37%
G = 33.33%
B = 38.3%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#505E6C (or 0x505E6C) is known color: Fiord. HEX triplet: 50, 5E and 6C. RGB value is (80,94,108). Sum of RGB (Red+Green+Blue) = 80+94+108=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #505E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E6C is #AFA193. Grayscale: #5B5B5B. Windows color (decimal): -11510164 or 7102032. OLE color: 7102032.

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

Color convert

RGB 80 94 108 -
CMYK 0.26 0.13 0 0.58
HSL 210º 0.15% 0.37% -
HSV(B) 210º 0.26% 0.42% -
XYZ 10.02 10.79 15.74 -
YUV 91.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 80 94 108 0.26 0.13 0 0.58 210 0.15 0.37
Hex 50 5E 6C 1A D 0 3A D2 F 25
Octal 120 136 154 32 15 0 72 322 17 45
Binary 1010000 1011110 1101100 11010 1101 0 111010 11010010 1111 100101

Color Harmonies of #505E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E6C

Black with #505E6C

Text Example


Text Example

White with #505E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,94,108); }

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

background-color css

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

 a { background-color: rgb(80,94,108); }

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

border-color css

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

 span { border-color: rgb(80,94,108); }

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