#435D60

Color #435D60 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #435D60

Tints of Smalt Blue #435D60

Color information

#435D60 (or 0x435D60) is unknown color: approx Smalt Blue. HEX triplet: 43, 5D and 60. RGB value is (67,93,96). Sum of RGB (Red+Green+Blue) = 67+93+96=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #435D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D60 is #BCA29F. Grayscale: #555555. Windows color (decimal): -12362400 or 6315331. OLE color: 6315331.

HSL color Cylindrical-coordinate representation of color #435D60: hue angle of 186.21º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #435D60 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB679396-
CMYK0.300.0300.62
HSL186.21º17.79%31.96%-
HSV(B)186.21º30.21%37.65%-
XYZ8.349.8712.53-
YUV85.57133.89114.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.17%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=26.17%
G=36.33%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6793960.300.0300.62186.2117.7931.96
Hex435D601E303Eba1220
Octal1031351403630762722240
Binary100001110111011100000111101101111101011101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435D60; }

 p { color: rgb(67,93,96); }

 H1.HeaderClassName
 {
   color: #435D60;
 }
 .AnyTagClassName
 {
   color: #435D60;
 }
</style>
background-color css

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

 a { background-color: rgb(67,93,96); }

 div.DivClassName
 {
   background-color: #435D60;
 }
 .BgClassName
 {
   background-color: #435D60;
 }
</style>
border-color css

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

 span { border-color: rgb(67,93,96); }

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