#455759

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

Shades of Casal #455759

Tints of Casal #455759

Color information

#455759 (or 0x455759) is unknown color: approx Casal. HEX triplet: 45, 57 and 59. RGB value is (69,87,89). Sum of RGB (Red+Green+Blue) = 69+87+89=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #455759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455759 is #BAA8A6. Grayscale: #515151. Windows color (decimal): -12232871 or 5855045. OLE color: 5855045.

HSL color Cylindrical-coordinate representation of color #455759: hue angle of 186º 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 #455759 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB698789-
CMYK0.220.0200.65
HSL186º12.66%30.98%-
HSV(B)186º22.47%34.9%-
XYZ7.678.810.75-
YUV81.85132.04118.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 89 (35.16% from 255) = 36.33%
R=28.16%
G=35.51%
B=36.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6987890.220.0200.6518612.6630.98
Hex455759162041bad1f
Octal10512713126201012721537
Binary10001011010111101100110110100100000110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455759; }

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

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

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

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

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

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

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

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