Html Css Color HEX #536367 Smalt Blue

📋 copy color: '#536367'

red 83 ◦ green 99 ◦ blue 103

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

Shades of Smalt Blue #536367

Tints of Smalt Blue #536367

RGB

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

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

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

R = 29.12%
G = 34.74%
B = 36.14%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#536367 (or 0x536367) is known color: Smalt Blue. HEX triplet: 53, 63 and 67. RGB value is (83,99,103). Sum of RGB (Red+Green+Blue) = 83+99+103=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 103 - color contains mainly: blue. Hex color #536367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536367 is #AC9C98. Grayscale: #5E5E5E. Windows color (decimal): -11312281 or 6775635. OLE color: 6775635.

HSL color Cylindrical-coordinate representation of color #536367: hue angle of 192º degrees, saturation: 0.11, 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 #536367 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 99 103 -
CMYK 0.19 0.04 0 0.60
HSL 192º 0.11% 0.36% -
HSV(B) 192º 0.19% 0.4% -
XYZ 10.48 11.74 14.55 -
YUV 94.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 83 99 103 0.19 0.04 0 0.60 192 0.11 0.36
Hex 53 63 67 13 4 0 3C C0 B 24
Octal 123 143 147 23 4 0 74 300 13 44
Binary 1010011 1100011 1100111 10011 100 0 111100 11000000 1011 100100

Color Harmonies of #536367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536367

Black with #536367

Text Example


Text Example

White with #536367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536367; }

 p { color: rgb(83,99,103); }

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

background-color css

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

 a { background-color: rgb(83,99,103); }

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

border-color css

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

 span { border-color: rgb(83,99,103); }

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