Html Css Color HEX #53656A Smalt Blue

📋 copy color: '#53656A'

red 83 ◦ green 101 ◦ blue 106

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

Shades of Smalt Blue #53656A

Tints of Smalt Blue #53656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 28.62%
G = 34.83%
B = 36.55%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53656A (or 0x53656A) is known color: Smalt Blue. HEX triplet: 53, 65 and 6A. RGB value is (83,101,106). Sum of RGB (Red+Green+Blue) = 83+101+106=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 106 - color contains mainly: blue. Hex color #53656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53656A is #AC9A95. Grayscale: #606060. Windows color (decimal): -11311766 or 6972755. OLE color: 6972755.

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

Color convert

RGB 83 101 106 -
CMYK 0.22 0.05 0 0.58
HSL 193.04º 0.12% 0.37% -
HSV(B) 193.04º 0.22% 0.42% -
XYZ 10.82 12.19 15.42 -
YUV 96.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 83 101 106 0.22 0.05 0 0.58 193.04 0.12 0.37
Hex 53 65 6A 16 5 0 3A C1 C 25
Octal 123 145 152 26 5 0 72 301 14 45
Binary 1010011 1100101 1101010 10110 101 0 111010 11000001 1100 100101

Color Harmonies of #53656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53656A

Black with #53656A

Text Example


Text Example

White with #53656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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