Html Css Color HEX #536468 Smalt Blue

📋 copy color: '#536468'

red 83 ◦ green 100 ◦ blue 104

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

Shades of Smalt Blue #536468

Tints of Smalt Blue #536468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 28.92%
G = 34.84%
B = 36.24%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#536468 (or 0x536468) is known color: Smalt Blue. HEX triplet: 53, 64 and 68. RGB value is (83,100,104). Sum of RGB (Red+Green+Blue) = 83+100+104=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #536468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536468 is #AC9B97. Grayscale: #5F5F5F. Windows color (decimal): -11312024 or 6841427. OLE color: 6841427.

HSL color Cylindrical-coordinate representation of color #536468: hue angle of 191.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536468 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 100 104 -
CMYK 0.20 0.04 0 0.59
HSL 191.43º 0.11% 0.37% -
HSV(B) 191.43º 0.2% 0.41% -
XYZ 10.62 11.95 14.84 -
YUV 95.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 83 100 104 0.20 0.04 0 0.59 191.43 0.11 0.37
Hex 53 64 68 14 4 0 3B BF B 25
Octal 123 144 150 24 4 0 73 277 13 45
Binary 1010011 1100100 1101000 10100 100 0 111011 10111111 1011 100101

Color Harmonies of #536468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536468

Black with #536468

Text Example


Text Example

White with #536468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536468; }

 p { color: rgb(83,100,104); }

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

background-color css

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

 a { background-color: rgb(83,100,104); }

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

border-color css

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

 span { border-color: rgb(83,100,104); }

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