#45595C

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

Shades of Casal #45595C

Tints of Casal #45595C

Color information

#45595C (or 0x45595C) is unknown color: approx Casal. HEX triplet: 45, 59 and 5C. RGB value is (69,89,92). Sum of RGB (Red+Green+Blue) = 69+89+92=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #45595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45595C is #BAA6A3. Grayscale: #535353. Windows color (decimal): -12232356 or 6052165. OLE color: 6052165.

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

Color convert

RGB698992-
CMYK0.250.0300.64
HSL187.83º14.29%31.57%-
HSV(B)187.83º25%36.08%-
XYZ7.969.1811.48-
YUV83.36132.87117.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=27.6%
G=35.6%
B=36.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6989920.250.0300.64187.8314.2931.57
Hex45595C193040bce20
Octal10513113431301002741640
Binary100010110110011011100110011101000000101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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