Html Css Color HEX #53656C Smalt Blue

📋 copy color: '#53656C'

red 83 ◦ green 101 ◦ blue 108

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

Shades of Smalt Blue #53656C

Tints of Smalt Blue #53656C

RGB

 RED value IS 83 (32.81% from 255) = 28.42%

 GREEN value IS 101 (39.84% from 255) = 34.59%

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 28.42%
G = 34.59%
B = 36.99%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53656C (or 0x53656C) is known color: Smalt Blue. HEX triplet: 53, 65 and 6C. RGB value is (83,101,108). Sum of RGB (Red+Green+Blue) = 83+101+108=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #53656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53656C is #AC9A93. Grayscale: #606060. Windows color (decimal): -11311764 or 7103827. OLE color: 7103827.

HSL color Cylindrical-coordinate representation of color #53656C: hue angle of 196.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53656C is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 101 108 -
CMYK 0.23 0.06 0 0.58
HSL 196.8º 0.13% 0.37% -
HSV(B) 196.8º 0.23% 0.42% -
XYZ 10.93 12.23 15.97 -
YUV 96.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 83 101 108 0.23 0.06 0 0.58 196.8 0.13 0.37
Hex 53 65 6C 17 6 0 3A C5 D 25
Octal 123 145 154 27 6 0 72 305 15 45
Binary 1010011 1100101 1101100 10111 110 0 111010 11000101 1101 100101

Color Harmonies of #53656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53656C

Black with #53656C

Text Example


Text Example

White with #53656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53656C; }

 p { color: rgb(83,101,108); }

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

background-color css

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

 a { background-color: rgb(83,101,108); }

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

border-color css

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

 span { border-color: rgb(83,101,108); }

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