Html Css Color HEX #526267 Smalt Blue

📋 copy color: '#526267'

red 82 ◦ green 98 ◦ blue 103

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

Shades of Smalt Blue #526267

Tints of Smalt Blue #526267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

 BLUE value IS 103 (40.63% from 255) = 36.4%

R = 28.98%
G = 34.63%
B = 36.4%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#526267 (or 0x526267) is known color: Smalt Blue. HEX triplet: 52, 62 and 67. RGB value is (82,98,103). Sum of RGB (Red+Green+Blue) = 82+98+103=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #526267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526267 is #AD9D98. Grayscale: #5D5D5D. Windows color (decimal): -11378073 or 6775378. OLE color: 6775378.

HSL color Cylindrical-coordinate representation of color #526267: hue angle of 194.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526267 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 98 103 -
CMYK 0.20 0.05 0 0.60
HSL 194.29º 0.11% 0.36% -
HSV(B) 194.29º 0.2% 0.4% -
XYZ 10.3 11.51 14.51 -
YUV 93.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 82 98 103 0.20 0.05 0 0.60 194.29 0.11 0.36
Hex 52 62 67 14 5 0 3C C2 B 24
Octal 122 142 147 24 5 0 74 302 13 44
Binary 1010010 1100010 1100111 10100 101 0 111100 11000010 1011 100100

Color Harmonies of #526267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526267

Black with #526267

Text Example


Text Example

White with #526267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526267; }

 p { color: rgb(82,98,103); }

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

background-color css

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

 a { background-color: rgb(82,98,103); }

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

border-color css

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

 span { border-color: rgb(82,98,103); }

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