Html Css Color HEX #506469 Smalt Blue

📋 copy color: '#506469'

red 80 ◦ green 100 ◦ blue 105

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

Shades of Smalt Blue #506469

Tints of Smalt Blue #506469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 28.07%
G = 35.09%
B = 36.84%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#506469 (or 0x506469) is known color: Smalt Blue. HEX triplet: 50, 64 and 69. RGB value is (80,100,105). Sum of RGB (Red+Green+Blue) = 80+100+105=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #506469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506469 is #AF9B96. Grayscale: #5E5E5E. Windows color (decimal): -11508631 or 6906960. OLE color: 6906960.

HSL color Cylindrical-coordinate representation of color #506469: hue angle of 192º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506469 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 100 105 -
CMYK 0.24 0.05 0 0.59
HSL 192º 0.14% 0.36% -
HSV(B) 192º 0.24% 0.41% -
XYZ 10.42 11.84 15.1 -
YUV 94.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 80 100 105 0.24 0.05 0 0.59 192 0.14 0.36
Hex 50 64 69 18 5 0 3B C0 E 24
Octal 120 144 151 30 5 0 73 300 16 44
Binary 1010000 1100100 1101001 11000 101 0 111011 11000000 1110 100100

Color Harmonies of #506469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506469

Black with #506469

Text Example


Text Example

White with #506469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506469; }

 p { color: rgb(80,100,105); }

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

background-color css

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

 a { background-color: rgb(80,100,105); }

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

border-color css

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

 span { border-color: rgb(80,100,105); }

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