Html Css Color HEX #505F63 Smalt Blue

📋 copy color: '#505F63'

red 80 ◦ green 95 ◦ blue 99

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

Shades of Smalt Blue #505F63

Tints of Smalt Blue #505F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.67%

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 29.2%
G = 34.67%
B = 36.13%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#505F63 (or 0x505F63) is known color: Smalt Blue. HEX triplet: 50, 5F and 63. RGB value is (80,95,99). Sum of RGB (Red+Green+Blue) = 80+95+99=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #505F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F63 is #AFA09C. Grayscale: #5A5A5A. Windows color (decimal): -11509917 or 6512464. OLE color: 6512464.

HSL color Cylindrical-coordinate representation of color #505F63: hue angle of 192.63º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #505F63 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 95 99 -
CMYK 0.19 0.04 0 0.61
HSL 192.63º 0.11% 0.35% -
HSV(B) 192.63º 0.19% 0.39% -
XYZ 9.65 10.79 13.38 -
YUV 90.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 80 95 99 0.19 0.04 0 0.61 192.63 0.11 0.35
Hex 50 5F 63 13 4 0 3D C1 B 23
Octal 120 137 143 23 4 0 75 301 13 43
Binary 1010000 1011111 1100011 10011 100 0 111101 11000001 1011 100011

Color Harmonies of #505F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F63

Black with #505F63

Text Example


Text Example

White with #505F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,95,99); }

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

background-color css

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

 a { background-color: rgb(80,95,99); }

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

border-color css

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

 span { border-color: rgb(80,95,99); }

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