Html Css Color HEX #505E62 Smalt Blue

📋 copy color: '#505E62'

red 80 ◦ green 94 ◦ blue 98

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

Shades of Smalt Blue #505E62

Tints of Smalt Blue #505E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.03%

R = 29.41%
G = 34.56%
B = 36.03%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505E62 (or 0x505E62) is known color: Smalt Blue. HEX triplet: 50, 5E and 62. RGB value is (80,94,98). Sum of RGB (Red+Green+Blue) = 80+94+98=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #505E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E62 is #AFA19D. Grayscale: #5A5A5A. Windows color (decimal): -11510174 or 6446672. OLE color: 6446672.

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

Color convert

RGB 80 94 98 -
CMYK 0.18 0.04 0 0.62
HSL 193.33º 0.1% 0.35% -
HSV(B) 193.33º 0.18% 0.38% -
XYZ 9.52 10.59 13.1 -
YUV 90.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 80 94 98 0.18 0.04 0 0.62 193.33 0.1 0.35
Hex 50 5E 62 12 4 0 3E C1 A 23
Octal 120 136 142 22 4 0 76 301 12 43
Binary 1010000 1011110 1100010 10010 100 0 111110 11000001 1010 100011

Color Harmonies of #505E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E62

Black with #505E62

Text Example


Text Example

White with #505E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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