Html Css Color HEX #405E60 Smalt Blue

📋 copy color: '#405E60'

red 64 ◦ green 94 ◦ blue 96

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

Shades of Smalt Blue #405E60

Tints of Smalt Blue #405E60

RGB

 RED value IS 64 (25.39% from 255) = 25.2%

 GREEN value IS 94 (37.11% from 255) = 37.01%

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 25.2%
G = 37.01%
B = 37.8%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#405E60 (or 0x405E60) is known color: Smalt Blue. HEX triplet: 40, 5E and 60. RGB value is (64,94,96). Sum of RGB (Red+Green+Blue) = 64+94+96=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #405E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E60 is #BFA19F. Grayscale: #555555. Windows color (decimal): -12558752 or 6315584. OLE color: 6315584.

HSL color Cylindrical-coordinate representation of color #405E60: hue angle of 183.75º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405E60 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 94 96 -
CMYK 0.33 0.02 0 0.62
HSL 183.75º 0.2% 0.31% -
HSV(B) 183.75º 0.33% 0.38% -
XYZ 8.23 9.94 12.55 -
YUV 85.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 64 94 96 0.33 0.02 0 0.62 183.75 0.2 0.31
Hex 40 5E 60 21 2 0 3E B8 14 1F
Octal 100 136 140 41 2 0 76 270 24 37
Binary 1000000 1011110 1100000 100001 10 0 111110 10111000 10100 11111

Color Harmonies of #405E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405E60

Black with #405E60

Text Example


Text Example

White with #405E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405E60; }

 p { color: rgb(64,94,96); }

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

background-color css

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

 a { background-color: rgb(64,94,96); }

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

border-color css

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

 span { border-color: rgb(64,94,96); }

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