#455559

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

Shades of Casal #455559

Tints of Casal #455559

Color information

#455559 (or 0x455559) is unknown color: approx Casal. HEX triplet: 45, 55 and 59. RGB value is (69,85,89). Sum of RGB (Red+Green+Blue) = 69+85+89=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #455559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455559 is #BAAAA6. Grayscale: #505050. Windows color (decimal): -12233383 or 5854533. OLE color: 5854533.

HSL color Cylindrical-coordinate representation of color #455559: hue angle of 192º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455559 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB698589-
CMYK0.220.0400.65
HSL192º12.66%30.98%-
HSV(B)192º22.47%34.9%-
XYZ7.518.4810.69-
YUV80.67132.7119.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=28.40%
G=34.98%
B=36.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6985890.220.0400.6519212.6630.98
Hex455559164041c0d1f
Octal10512513126401013001537
Binary100010110101011011001101101000100000111000000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455559; }

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

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

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

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

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

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

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

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