#45595D

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

Shades of Casal #45595D

Tints of Casal #45595D

Color information

#45595D (or 0x45595D) is unknown color: approx Casal. HEX triplet: 45, 59 and 5D. RGB value is (69,89,93). Sum of RGB (Red+Green+Blue) = 69+89+93=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 89 (35.16% from 255 or 35.46% 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 #45595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45595D is #BAA6A2. Grayscale: #535353. Windows color (decimal): -12232355 or 6117701. OLE color: 6117701.

HSL color Cylindrical-coordinate representation of color #45595D: hue angle of 190º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #45595D is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB698993-
CMYK0.260.0400.64
HSL190º14.81%31.76%-
HSV(B)190º25.81%36.47%-
XYZ89.211.71-
YUV83.48133.37117.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=27.49%
G=35.46%
B=37.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6989930.260.0400.6419014.8131.76
Hex45595D1A4040bef20
Octal10513113532401002761740
Binary1000101101100110111011101010001000000101111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45595D; }

 p { color: rgb(69,89,93); }

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

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

 a { background-color: rgb(69,89,93); }

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

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

 span { border-color: rgb(69,89,93); }

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