Html Css Color HEX #455C60 Smalt Blue

📋 copy color: '#455C60'

red 69 ◦ green 92 ◦ blue 96

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

Shades of Smalt Blue #455C60

Tints of Smalt Blue #455C60

RGB

 RED value IS 69 (27.34% from 255) = 26.85%

 GREEN value IS 92 (36.33% from 255) = 35.8%

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

R = 26.85%
G = 35.8%
B = 37.35%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#455C60 (or 0x455C60) is known color: Smalt Blue. HEX triplet: 45, 5C and 60. RGB value is (69,92,96). Sum of RGB (Red+Green+Blue) = 69+92+96=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #455C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C60 is #BAA39F. Grayscale: #555555. Windows color (decimal): -12231584 or 6315077. OLE color: 6315077.

HSL color Cylindrical-coordinate representation of color #455C60: hue angle of 188.89º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #455C60 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 92 96 -
CMYK 0.28 0.04 0 0.62
HSL 188.89º 0.16% 0.32% -
HSV(B) 188.89º 0.28% 0.38% -
XYZ 8.39 9.76 12.51 -
YUV 85.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 69 92 96 0.28 0.04 0 0.62 188.89 0.16 0.32
Hex 45 5C 60 1C 4 0 3E BD 10 20
Octal 105 134 140 34 4 0 76 275 20 40
Binary 1000101 1011100 1100000 11100 100 0 111110 10111101 10000 100000

Color Harmonies of #455C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455C60

Black with #455C60

Text Example


Text Example

White with #455C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455C60; }

 p { color: rgb(69,92,96); }

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

background-color css

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

 a { background-color: rgb(69,92,96); }

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

border-color css

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

 span { border-color: rgb(69,92,96); }

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