Html Css Color HEX #506366 Smalt Blue

📋 copy color: '#506366'

red 80 ◦ green 99 ◦ blue 102

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

Shades of Smalt Blue #506366

Tints of Smalt Blue #506366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 28.47%
G = 35.23%
B = 36.3%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#506366 (or 0x506366) is known color: Smalt Blue. HEX triplet: 50, 63 and 66. RGB value is (80,99,102). Sum of RGB (Red+Green+Blue) = 80+99+102=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #506366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506366 is #AF9C99. Grayscale: #5D5D5D. Windows color (decimal): -11508890 or 6710096. OLE color: 6710096.

HSL color Cylindrical-coordinate representation of color #506366: hue angle of 188.18º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506366 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 99 102 -
CMYK 0.22 0.03 0 0.6
HSL 188.18º 0.12% 0.36% -
HSV(B) 188.18º 0.22% 0.4% -
XYZ 10.17 11.59 14.27 -
YUV 93.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 80 99 102 0.22 0.03 0 0.6 188.18 0.12 0.36
Hex 50 63 66 16 3 0 3C BC C 24
Octal 120 143 146 26 3 0 74 274 14 44
Binary 1010000 1100011 1100110 10110 11 0 111100 10111100 1100 100100

Color Harmonies of #506366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506366

Black with #506366

Text Example


Text Example

White with #506366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506366; }

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

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

background-color css

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

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

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

border-color css

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

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

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