#445A5D

Color #445A5D Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #445A5D

Tints of Casal #445A5D

Color information

#445A5D (or 0x445A5D) is unknown color: approx Casal. HEX triplet: 44, 5A and 5D. RGB value is (68,90,93). Sum of RGB (Red+Green+Blue) = 68+90+93=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #445A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A5D is #BBA5A2. Grayscale: #535353. Windows color (decimal): -12297635 or 6117956. OLE color: 6117956.

HSL color Cylindrical-coordinate representation of color #445A5D: hue angle of 187.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445A5D is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB689093-
CMYK0.270.0300.64
HSL187.2º15.53%31.57%-
HSV(B)187.2º26.88%36.47%-
XYZ8.029.3311.73-
YUV83.76133.21116.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=27.09%
G=35.86%
B=37.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6890930.270.0300.64187.215.5331.57
Hex445A5D1B3040bb1020
Octal10413213533301002732040
Binary1000100101101010111011101111010000001011101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445A5D; }

 p { color: rgb(68,90,93); }

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

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

 a { background-color: rgb(68,90,93); }

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

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

 span { border-color: rgb(68,90,93); }

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