Html Css Color HEX #53656B Smalt Blue

📋 copy color: '#53656B'

red 83 ◦ green 101 ◦ blue 107

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

Shades of Smalt Blue #53656B

Tints of Smalt Blue #53656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 28.52%
G = 34.71%
B = 36.77%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53656B (or 0x53656B) is known color: Smalt Blue. HEX triplet: 53, 65 and 6B. RGB value is (83,101,107). Sum of RGB (Red+Green+Blue) = 83+101+107=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #53656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53656B is #AC9A94. Grayscale: #606060. Windows color (decimal): -11311765 or 7038291. OLE color: 7038291.

HSL color Cylindrical-coordinate representation of color #53656B: hue angle of 195º degrees, saturation: 0.13, 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 #53656B is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 101 107 -
CMYK 0.22 0.06 0 0.58
HSL 195º 0.13% 0.37% -
HSV(B) 195º 0.22% 0.42% -
XYZ 10.87 12.21 15.69 -
YUV 96.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 83 101 107 0.22 0.06 0 0.58 195 0.13 0.37
Hex 53 65 6B 16 6 0 3A C3 D 25
Octal 123 145 153 26 6 0 72 303 15 45
Binary 1010011 1100101 1101011 10110 110 0 111010 11000011 1101 100101

Color Harmonies of #53656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53656B

Black with #53656B

Text Example


Text Example

White with #53656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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