#465557

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

Shades of Casal #465557

Tints of Casal #465557

Color information

#465557 (or 0x465557) is unknown color: approx Casal. HEX triplet: 46, 55 and 57. RGB value is (70,85,87). Sum of RGB (Red+Green+Blue) = 70+85+87=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #465557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465557 is #B9AAA8. Grayscale: #505050. Windows color (decimal): -12167849 or 5723462. OLE color: 5723462.

HSL color Cylindrical-coordinate representation of color #465557: hue angle of 187.06º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465557 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB708587-
CMYK0.200.0200.66
HSL187.06º10.83%30.78%-
HSV(B)187.06º19.54%34.12%-
XYZ7.498.4910.26-
YUV80.74131.53120.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=28.93%
G=35.12%
B=35.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7085870.200.0200.66187.0610.8330.78
Hex465557142042bbb1f
Octal10612512724201022731337
Binary10001101010101101011110100100100001010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465557; }

 p { color: rgb(70,85,87); }

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

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

 a { background-color: rgb(70,85,87); }

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

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

 span { border-color: rgb(70,85,87); }

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