Html Css Color HEX #536165 Smalt Blue

📋 copy color: '#536165'

red 83 ◦ green 97 ◦ blue 101

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

Shades of Smalt Blue #536165

Tints of Smalt Blue #536165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 29.54%
G = 34.52%
B = 35.94%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#536165 (or 0x536165) is known color: Smalt Blue. HEX triplet: 53, 61 and 65. RGB value is (83,97,101). Sum of RGB (Red+Green+Blue) = 83+97+101=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #536165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536165 is #AC9E9A. Grayscale: #5D5D5D. Windows color (decimal): -11312795 or 6644051. OLE color: 6644051.

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

Color convert

RGB 83 97 101 -
CMYK 0.18 0.04 0 0.60
HSL 193.33º 0.1% 0.36% -
HSV(B) 193.33º 0.18% 0.4% -
XYZ 10.19 11.33 13.96 -
YUV 93.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 83 97 101 0.18 0.04 0 0.60 193.33 0.1 0.36
Hex 53 61 65 12 4 0 3C C1 A 24
Octal 123 141 145 22 4 0 74 301 12 44
Binary 1010011 1100001 1100101 10010 100 0 111100 11000001 1010 100100

Color Harmonies of #536165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536165

Black with #536165

Text Example


Text Example

White with #536165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536165; }

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

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

background-color css

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

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

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

border-color css

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

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

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