Html Css Color HEX #52666E Smalt Blue

📋 copy color: '#52666E'

red 82 ◦ green 102 ◦ blue 110

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

Shades of Smalt Blue #52666E

Tints of Smalt Blue #52666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.69%

 BLUE value IS 110 (43.36% from 255) = 37.41%

R = 27.89%
G = 34.69%
B = 37.41%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52666E (or 0x52666E) is known color: Smalt Blue. HEX triplet: 52, 66 and 6E. RGB value is (82,102,110). Sum of RGB (Red+Green+Blue) = 82+102+110=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 110 - color contains mainly: blue. Hex color #52666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52666E is #AD9991. Grayscale: #606060. Windows color (decimal): -11377042 or 7235154. OLE color: 7235154.

HSL color Cylindrical-coordinate representation of color #52666E: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52666E is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 102 110 -
CMYK 0.25 0.07 0 0.57
HSL 197.14º 0.15% 0.38% -
HSV(B) 197.14º 0.25% 0.43% -
XYZ 11.05 12.42 16.57 -
YUV 96.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 82 102 110 0.25 0.07 0 0.57 197.14 0.15 0.38
Hex 52 66 6E 19 7 0 39 C5 F 26
Octal 122 146 156 31 7 0 71 305 17 46
Binary 1010010 1100110 1101110 11001 111 0 111001 11000101 1111 100110

Color Harmonies of #52666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52666E

Black with #52666E

Text Example


Text Example

White with #52666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52666E; }

 p { color: rgb(82,102,110); }

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

background-color css

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

 a { background-color: rgb(82,102,110); }

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

border-color css

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

 span { border-color: rgb(82,102,110); }

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