Html Css Color HEX #52636A Smalt Blue

📋 copy color: '#52636A'

red 82 ◦ green 99 ◦ blue 106

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

Shades of Smalt Blue #52636A

Tints of Smalt Blue #52636A

RGB

 RED value IS 82 (32.42% from 255) = 28.57%

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

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

R = 28.57%
G = 34.49%
B = 36.93%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52636A (or 0x52636A) is known color: Smalt Blue. HEX triplet: 52, 63 and 6A. RGB value is (82,99,106). Sum of RGB (Red+Green+Blue) = 82+99+106=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #52636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52636A is #AD9C95. Grayscale: #5E5E5E. Windows color (decimal): -11377814 or 6972242. OLE color: 6972242.

HSL color Cylindrical-coordinate representation of color #52636A: hue angle of 197.5º 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 #52636A is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 99 106 -
CMYK 0.23 0.07 0 0.58
HSL 197.5º 0.13% 0.37% -
HSV(B) 197.5º 0.23% 0.42% -
XYZ 10.54 11.76 15.35 -
YUV 94.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 82 99 106 0.23 0.07 0 0.58 197.5 0.13 0.37
Hex 52 63 6A 17 7 0 3A C6 D 25
Octal 122 143 152 27 7 0 72 306 15 45
Binary 1010010 1100011 1101010 10111 111 0 111010 11000110 1101 100101

Color Harmonies of #52636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52636A

Black with #52636A

Text Example


Text Example

White with #52636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,99,106); }

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

background-color css

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

 a { background-color: rgb(82,99,106); }

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

border-color css

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

 span { border-color: rgb(82,99,106); }

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