Html Css Color HEX #506065 Smalt Blue

📋 copy color: '#506065'

red 80 ◦ green 96 ◦ blue 101

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

Shades of Smalt Blue #506065

Tints of Smalt Blue #506065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 28.88%
G = 34.66%
B = 36.46%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#506065 (or 0x506065) is known color: Smalt Blue. HEX triplet: 50, 60 and 65. RGB value is (80,96,101). Sum of RGB (Red+Green+Blue) = 80+96+101=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #506065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506065 is #AF9F9A. Grayscale: #5B5B5B. Windows color (decimal): -11509659 or 6643792. OLE color: 6643792.

HSL color Cylindrical-coordinate representation of color #506065: hue angle of 194.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #506065 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 96 101 -
CMYK 0.21 0.05 0 0.60
HSL 194.29º 0.12% 0.35% -
HSV(B) 194.29º 0.21% 0.4% -
XYZ 9.84 11.01 13.92 -
YUV 91.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 80 96 101 0.21 0.05 0 0.60 194.29 0.12 0.35
Hex 50 60 65 15 5 0 3C C2 C 23
Octal 120 140 145 25 5 0 74 302 14 43
Binary 1010000 1100000 1100101 10101 101 0 111100 11000010 1100 100011

Color Harmonies of #506065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506065

Black with #506065

Text Example


Text Example

White with #506065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506065; }

 p { color: rgb(80,96,101); }

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

background-color css

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

 a { background-color: rgb(80,96,101); }

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

border-color css

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

 span { border-color: rgb(80,96,101); }

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