Html Css Color HEX #536266 Smalt Blue

📋 copy color: '#536266'

red 83 ◦ green 98 ◦ blue 102

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

Shades of Smalt Blue #536266

Tints of Smalt Blue #536266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 29.33%
G = 34.63%
B = 36.04%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#536266 (or 0x536266) is known color: Smalt Blue. HEX triplet: 53, 62 and 66. RGB value is (83,98,102). Sum of RGB (Red+Green+Blue) = 83+98+102=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #536266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536266 is #AC9D99. Grayscale: #5D5D5D. Windows color (decimal): -11312538 or 6709843. OLE color: 6709843.

HSL color Cylindrical-coordinate representation of color #536266: hue angle of 192.63º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #536266 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 98 102 -
CMYK 0.19 0.04 0 0.6
HSL 192.63º 0.1% 0.36% -
HSV(B) 192.63º 0.19% 0.4% -
XYZ 10.33 11.53 14.25 -
YUV 93.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 83 98 102 0.19 0.04 0 0.6 192.63 0.1 0.36
Hex 53 62 66 13 4 0 3C C1 A 24
Octal 123 142 146 23 4 0 74 301 12 44
Binary 1010011 1100010 1100110 10011 100 0 111100 11000001 1010 100100

Color Harmonies of #536266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536266

Black with #536266

Text Example


Text Example

White with #536266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536266; }

 p { color: rgb(83,98,102); }

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

background-color css

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

 a { background-color: rgb(83,98,102); }

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

border-color css

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

 span { border-color: rgb(83,98,102); }

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